From 234e4e941c91364b749bf4bc14d3ff3f848e9e07 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sun, 26 Oct 2014 08:30:14 +0100 Subject: [PATCH] typo in initial ubuntu installer fixed --- install_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_ubuntu.sh b/install_ubuntu.sh index 9ced999e..38bd70b8 100755 --- a/install_ubuntu.sh +++ b/install_ubuntu.sh @@ -1,6 +1,6 @@ #!/bin/bash sudo apt-get update -sudo apt-get dist-ugprade +sudo apt-get dist-upgrade sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv pixz gajim DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"