This commit is contained in:
Usman Nasir
2021-03-18 15:26:33 +05:00
parent 225a52ea24
commit 0b5ed9925f

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