Initial import
This commit is contained in:
9
os-upgrade.sh
Executable file
9
os-upgrade.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get clean
|
||||
|
||||
#postsuper -d ALL
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user