From 93db7a6f4821290e34997aa65507eaf733236ecc Mon Sep 17 00:00:00 2001 From: bprieshof Date: Thu, 10 Jan 2019 12:31:21 +0100 Subject: [PATCH] Update 'installer.sh' --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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