forked from ungleich-public/cdist
[PACKAGE-UPDATE-INDEX]: Bugfix of the alpine part of the __package_update_index type
This commit is contained in:
parent
8c0ee28b99
commit
d25c72e678
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ case "$type" in
|
|||
echo "pacman --noprogressbar --sync --refresh"
|
||||
echo "pacman package database synced (age was: $currage)" >> "$__messages_out"
|
||||
;;
|
||||
alpine)
|
||||
apk)
|
||||
echo "apk update"
|
||||
echo "apk package database updated."
|
||||
echo "apk package database updated." >>"$__messages_out"
|
||||
;;
|
||||
*)
|
||||
echo "Don't know how to manage packages for type: $type" >&2
|
||||
|
|
Loading…
Reference in a new issue