Ubuntu Pastebin

Paste from cfhowlett at Sat, 9 Jan 2016 15:59:03 +0000

Download as text
1
echo "Updating" && sudo apt update && echo "Upgrading" && sudo apt full-upgrade && echo "Cleaning Up" && sudo apt-get -f install && sudo apt-get autoremove && sudo apt-get -y autoclean && sudo apt-get clean && sudo apt-get purge -y
Download as text