Update ha_autoapps.sh

This commit is contained in:
Alexandre
2023-09-09 20:14:02 +02:00
committed by GitHub
parent 9ca55fe5b2
commit 6e9c5d8bd2

View File

@@ -6,6 +6,7 @@
##############################
PACKAGES="$1"
echo "To install : $PACKAGES"
# Install bash if needed
if ! command -v bash >/dev/null 2>/dev/null; then