diff --git a/installer.sh b/installer.sh index 81ee614..4bd697d 100644 --- a/installer.sh +++ b/installer.sh @@ -128,7 +128,7 @@ echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOtJ4ZiLi+SntA3m54oEJjlA8bE73gggkhGj echo "root:$password" | chpasswd cd /tmp #mv /boot/grub/menu.lst /boot/grub/menu.lst.bck -apt install software-properties-common +apt install -y software-properties-common add-apt-repository -y ppa:certbot/certbot apt update apt upgrade -y