os-upgrade.sh: change update to dist-upgrade.
This commit is contained in:
parent
d9c671252c
commit
4700bb5926
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user