Update automatic_packages.sh

This commit is contained in:
Alexandre
2022-04-29 16:52:45 +02:00
committed by GitHub
parent e71a407507
commit 6276ef9583

View File

@@ -29,7 +29,7 @@ elif command -v "apt" &>/dev/null; then
PACKMANAGER="apt"
elif command -v "pacman" &>/dev/null; then
# If apt-get based
[ "$VERBOSE" = true ] && echo "apt based"
[ "$VERBOSE" = true ] && echo "pacman based"
PACKMANAGER="pacman"
fi