summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall-itzks-workstation4
1 files changed, 4 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation
index e65b602..fb29e94 100755
--- a/install-itzks-workstation
+++ b/install-itzks-workstation
@@ -49,6 +49,10 @@ fi
# Retrieve LDAP CA certificate
invoke-rc.d fetch-ldap-cert start
+# Run upgrades to ensure the base system is as up-to-date as possible
+apt-get update 1>/dev/null
+apt-get upgrade -y
+
# Add itzks.list and its contents if file not already there
if [ ! -e "/etc/apt/sources.list.d/itzks.list" ]; then
touch /etc/apt/sources.list.d/itzks.list