From d37409a54e5ab4560e98a19ae6188fbffc0b55af Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Tue, 21 Jan 2014 02:22:13 +0100 Subject: [PATCH] ubuntu wont ship dialog by default.. --- deps/getDeps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/getDeps.sh b/deps/getDeps.sh index c8b59ce..e70bb7f 100755 --- a/deps/getDeps.sh +++ b/deps/getDeps.sh @@ -2,6 +2,8 @@ #hack until saucy has 2.0.1 instead of 2.0.0 +sudo apt-get install dialog + 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=${?}