about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-19 22:38:56 +0100
committerJames Booth <boothj5@gmail.com>2015-05-19 22:38:56 +0100
commit22e322e2f117fc6074706c28e5fdb193f951583e (patch)
treef9162d784365e21236d5b99c4ad412f59a0c460f
parent9ce25c33b03b7ff8ca8cd1cc52d8b7d24d125703 (diff)
parent8d8b651cf293e18dd2c1f8fd8aad257e76d3c76a (diff)
downloadprofani-tty-22e322e2f117fc6074706c28e5fdb193f951583e.tar.gz
Merge branch 'master' into stabber-tests
-rwxr-xr-xinstall-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-all.sh b/install-all.sh
index a054e166..af59fa0b 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -24,7 +24,7 @@ debian_prepare()
     echo
     echo Profanity installer... installing dependencies
     echo
-    sudo apt-get -y install git automake autoconf libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr5-dev libreadline-dev libtool
+    sudo apt-get -y install git automake autoconf libssl-dev libexpat1-dev libncursesw5-dev libglib2.0-dev libnotify-dev libcurl3-dev libxss-dev libotr5-dev libreadline-dev libtool uuid-dev
 
 }