Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-08 17:55:57 +01:00
committed by GitHub
parent 8c85e512ed
commit 0dc9b56e67

View File

@@ -71,6 +71,7 @@ if [ $(grep -rnw "$files" -e 'sponge' &>/dev/null) ]; then
[ $PACKMANAGER = "apk" ] && PACKAGES="$PACKAGES moreutils"
[ $PACKMANAGER = "apt" ] && PACKAGES="$PACKAGES moreutils"
fi
done
####################
# INSTALL ELEMENTS #