From 6138fdb0f8a93a226df3b548f6cb3fdcbbbdd8b6 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 21 Apr 2021 11:17:00 -0700 Subject: [PATCH] apt-get update --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 6d00cbe..e1a206b 100755 --- a/install.sh +++ b/install.sh @@ -28,6 +28,8 @@ if [ -d "/etc/exim4/" ] || [ -d "/etc/dovecot/" ]; then sleep 5 fi +apt-get update + # install pwgen, used to create random passwords apt -y install pwgen