From 83be3c417d82a7bb6256414af168dda9c79ea850 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 21 Jan 2014 02:20:31 +0100 Subject: [PATCH] formatting in getDeps.sh --- deps/getDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/getDeps.sh b/deps/getDeps.sh index 8aa319c..c8b59ce 100755 --- a/deps/getDeps.sh +++ b/deps/getDeps.sh @@ -2,7 +2,7 @@ #hack until saucy has 2.0.1 instead of 2.0.0 -dialog --yesno "Install libSDL2.0.1 from ubuntu trusty?\nCurrently needed for saucy as they only serve 2.0.0 in the repos\n\nThe script will try to download the trusty-packages and resolve dependencies via gdebi" 10 50 +dialog --yesno "Install libSDL2.0.1 from ubuntu trusty?\nCurrently needed for saucy as they only serve 2.0.0 in the repos\n\nThe script will try to download the trusty-packages and resolve dependencies via gdebi" 20 75 install=${?} if [[ $install -eq 0 ]]