From 0b5ed9925ff3a50af1c2db4ce93638067e30a169 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 18 Mar 2021 15:26:33 +0500 Subject: [PATCH] fix typo --- cyberpanel_upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel_upgrade.sh b/cyberpanel_upgrade.sh index 5be118a7c..0d9983f5d 100644 --- a/cyberpanel_upgrade.sh +++ b/cyberpanel_upgrade.sh @@ -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