Run apt update before doing anything else.

pull/55/head
Dave Page 2021-07-21 15:48:59 +01:00
parent 6cc3423cbe
commit c2db647379
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ if [ "$EUID" -ne 0 ]
exit 1
fi
echo "Running apt update..."
apt update
echo "Installing system pre-requisites..."
apt install -y curl apt-transport-https ca-certificates gnupg