admin-stuff/os-upgrade.sh
2017-02-21 02:14:51 +01:00

10 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
apt-get update
apt-get upgrade -y
apt-get clean
#postsuper -d ALL
exit 0