From e7d2cd49a731408cd9485210770de919b6e3d48d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 28 May 2018 21:51:04 +0200 Subject: APT: upgrade the base system before doing anything else. This esp. should pull in latest debian-edu-config before we install our ITZkS packages. --- install-itzks-workstation | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install-itzks-workstation') 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 -- cgit v1.2.3