Update 'Main-Installer_V0.1.sh'
This commit is contained in:
@@ -122,6 +122,12 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
|
|||||||
# m h dom mon dow command
|
# m h dom mon dow command
|
||||||
0 0 * * * apt-get update -y && apt-get upgrade -y &&apt-get dist-upgrade -y
|
0 0 * * * apt-get update -y && apt-get upgrade -y &&apt-get dist-upgrade -y
|
||||||
EOF
|
EOF
|
||||||
|
ufw allow OpenSSH
|
||||||
|
ufw allow 443/tcp
|
||||||
|
ufw allow 80/tcp
|
||||||
|
ufw limit ssh
|
||||||
|
echo "y" | sudo ufw enable
|
||||||
|
|
||||||
|
|
||||||
#-------------------#
|
#-------------------#
|
||||||
# Install Phase #
|
# Install Phase #
|
||||||
|
|||||||
Reference in New Issue
Block a user