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
Executable
+9
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