dist-upgrade changed to full-upgrade, following changes in the newest ubuntu

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-10-26 09:50:27 +01:00
parent 2190f40e16
commit 19f036ab4d

View file

@ -1,6 +1,6 @@
#!/bin/bash
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get full-upgrade
sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim tor torsocks
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"