add apt update
This commit is contained in:
parent
f2f29cbe62
commit
8c456090c4
|
@ -17,6 +17,7 @@ fi
|
||||||
|
|
||||||
ssh -T $src_ssh << EOSSH
|
ssh -T $src_ssh << EOSSH
|
||||||
|
|
||||||
|
apt update || exit 5
|
||||||
apt upgrade -y || exit 10
|
apt upgrade -y || exit 10
|
||||||
apt install -y tmux ufw curl || exit 15
|
apt install -y tmux ufw curl || exit 15
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue