[PACKAGE-UPDATE-INDEX]: Bugfix of the alpine part of the __package_update_index type

This commit is contained in:
Dominique Roux 2019-12-03 10:13:46 +01:00
parent 8c0ee28b99
commit d25c72e678
1 changed files with 2 additions and 2 deletions

View File

@ -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