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
|
||||
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get dist-upgrade -y
|
||||
apt-get clean
|
||||
|
||||
#postsuper -d ALL
|
||||
|
Loading…
Reference in New Issue
Block a user