Update 'Main-Installer_V0.1.sh'

This commit is contained in:
2018-09-07 09:58:14 +00:00
parent 710dcac066
commit 6f8c6d608f

View File

@@ -122,6 +122,12 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow command
0 0 * * * apt-get update -y && apt-get upgrade -y &&apt-get dist-upgrade -y
EOF
ufw allow OpenSSH
ufw allow 443/tcp
ufw allow 80/tcp
ufw limit ssh
echo "y" | sudo ufw enable
#-------------------#
# Install Phase #