Update 'installer.sh'

This commit is contained in:
bprieshof
2019-01-10 12:31:21 +01:00
parent 14736dc595
commit 93db7a6f48

View File

@@ -128,7 +128,7 @@ echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOtJ4ZiLi+SntA3m54oEJjlA8bE73gggkhGj
echo "root:$password" | chpasswd echo "root:$password" | chpasswd
cd /tmp cd /tmp
#mv /boot/grub/menu.lst /boot/grub/menu.lst.bck #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 add-apt-repository -y ppa:certbot/certbot
apt update apt update
apt upgrade -y apt upgrade -y