Initial import

This commit is contained in:
2017-02-21 02:14:51 +01:00
commit 6846bebd83
9 changed files with 799 additions and 0 deletions

9
os-upgrade.sh Executable file
View File

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