From 9e861a4ff8b66c4d598e0b31faa7c7a1ae62cd99 Mon Sep 17 00:00:00 2001 From: "Gaunt, John" Date: Mon, 7 Jan 2019 16:16:42 -0500 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1588e28..1b85fbc 100644 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ fi # Debian OS if [ -f /etc/debian_version ]; then # upgrade all packages - apt upgrade -y + apt update; apt upgrade -y # install the apt-transport-https apt install -y apt-transport-https wget # download the gpg key for PBIS-Open