This commit is contained in:
Usman Nasir
2021-03-18 15:26:33 +05:00
parent f4b0b268c2
commit 88c54a7c84

View File

@@ -414,7 +414,7 @@ EOF
dnf install python3 -y
fi
#all pre-upgrade operation for CentOS 8
elif [[ "$Server_OS" = "Ubutnu" ]] ; then
elif [[ "$Server_OS" = "Ubuntu" ]] ; then
apt update -y
DEBIAN_FRONTEND=noninteractive apt upgrade -y