Improve message about packages to be installed

pull/63/head
Michele Locati 2019-12-19 16:06:42 +01:00
parent b509412481
commit 6ee28220f3
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 2 additions and 2 deletions

View File

@ -626,8 +626,8 @@ expandPackagesToBeInstalled () {
# $@: the list of APT/APK packages to be installed
installRequiredPackages () {
printf '### INSTALLING REQUIRED PACKAGES ###\n'
printf 'PACKAGES_PERSISTENT:\n%s\n' "$PACKAGES_PERSISTENT"
printf 'PACKAGES_VOLATILE:\n%s\n' "$PACKAGES_VOLATILE"
printf '# Packages to be kept after installation: %s\n' "$PACKAGES_PERSISTENT"
printf '# Packages to be used only for installation: %s\n' "$PACKAGES_VOLATILE"
case "$(getDistro)" in
alpine)