add apt update

This commit is contained in:
Ray Elliott 2020-06-13 11:21:55 +01:00
parent f2f29cbe62
commit 8c456090c4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ fi
ssh -T $src_ssh << EOSSH
apt update || exit 5
apt upgrade -y || exit 10
apt install -y tmux ufw curl || exit 15