os-upgrade.sh: change update to dist-upgrade.

This commit is contained in:
Christoph 2017-11-28 04:35:01 +01:00
parent d9c671252c
commit 4700bb5926

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get clean
#postsuper -d ALL