os-upgrade.sh: change update to dist-upgrade.
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get upgrade -y
|
apt-get dist-upgrade -y
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
#postsuper -d ALL
|
#postsuper -d ALL
|
||||||
|
Reference in New Issue
Block a user