Updates to linux desktop configs and provisioning

This commit is contained in:
mitchell 2020-11-15 00:23:44 -05:00
parent 81d5491278
commit 2b4295d8b8
4 changed files with 33 additions and 21 deletions

View file

@ -7,8 +7,8 @@ deb http://ftp.us.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free' | sudo tee /etc/apt/sources.list
log 'Upgrading debian to unstable'
sudo apt-get update >/dev/null 2>&1
sudo apt-get dist-upgrade --yes
sudo apt-get --quiet --yes update
sudo apt-get --quiet --yes dist-upgrade
log 'Rebooting'
sudo reboot