From 19f036ab4d8771f46918aa360785e7057fe9b9ca Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sun, 26 Oct 2014 09:50:27 +0100 Subject: [PATCH] dist-upgrade changed to full-upgrade, following changes in the newest ubuntu --- install_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 4f30d298..8d47dd23 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -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 )"