diff options
-rwxr-xr-x | install-itzks-workstation | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index 831c1e9..83a3ec4 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -126,6 +126,10 @@ if [ ! -d "/usr/share/doc/libdvdcss2" ]; then unset answer fi +# Run upgrades to prevent possible problems while running puppet +apt-get update 1>/dev/null +apt-get upgrade + #################### # Hand-over all NICs to NetworkManager |