add server-install-base.sh commands

This commit is contained in:
Ray Elliott 2020-06-08 21:17:30 +01:00
parent 87392bb0d9
commit 20075ec132
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
#!/bin/sh
apt upgrade || exit 10
apt install -y tmux ufw || exit 15
ufw allow ssh || exit 20
ufw enable
yes | ufw enable