From 490a9b855b452e5143ddb78ef65beffebcf96af2 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 21 Jan 2014 02:18:52 +0100 Subject: [PATCH] changed deps again.. --- deps/getDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/getDeps.sh b/deps/getDeps.sh index 084f122..8aa319c 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" 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" 10 50 install=${?} if [[ $install -eq 0 ]]