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

remotes/origin/preos-plugins-dir-opt
Dominique Roux 5 years ago
parent 8c0ee28b99
commit d25c72e678
  1. 4
      cdist/conf/type/__package_update_index/gencode-remote

@ -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…
Cancel
Save