diff --git a/Main-Installer.sh b/Main-Installer.sh index 985b943..fe3815d 100644 --- a/Main-Installer.sh +++ b/Main-Installer.sh @@ -91,7 +91,7 @@ done sed -i 's/PermitRootLogin yes/PermitRootLogin prohibit-password/g' /etc/ssh/sshd_config echo "root:$password" | chpasswd cd /tmp -mv /boot/grub/menu.lst /boot/grub/menu.lst.bck +#mv /boot/grub/menu.lst /boot/grub/menu.lst.bck apt update apt upgrade -y apt dist-upgrade -y