From 8c456090c42f54d40f8b4570125e146d083ac3e1 Mon Sep 17 00:00:00 2001 From: ray Date: Sat, 13 Jun 2020 11:21:55 +0100 Subject: [PATCH] add apt update --- server-install-base.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/server-install-base.sh b/server-install-base.sh index bb4abe6..0afe7fd 100755 --- a/server-install-base.sh +++ b/server-install-base.sh @@ -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