xmrig-bash-scripts/maintenance.sh
Sean Wheller 94d6c657c9 reoganise
2019-08-10 17:27:01 +02:00

11 lines
170 B
Bash
Executable File

#!/bin/bash
if [ $_APT_MAINETANCE = 1 ]; then
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y && sudo apt autoclean
fi
echo "MAINTENANCE COMPLETE"