chgt scripts debian11

This commit is contained in:
“Albert
2023-02-02 09:28:05 +01:00
parent 431ebbe1ba
commit b5e4f05429
7 changed files with 41 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ if [[ $? != 0 ]]; then
${APT} install -y git-core
fi
${APT} update
${APT} upgrade -y
#${APT} upgrade -y
which ansible >> /dev/null
if [[ $? != 0 ]]; then