about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAshley Blackmore <ashleyblackmore@users.noreply.github.com>2014-05-02 11:08:41 +1000
committerAshley Blackmore <ashleyblackmore@users.noreply.github.com>2014-05-02 11:08:41 +1000
commit0faf4555bbd59215350aa1924673226a79a328b4 (patch)
tree0552a3cf14c78ac1f959eab80ac22f84130fa1ce
parent8ecfbdff7d5a0ace68e1c6366de77ecf517c67d4 (diff)
downloadprofani-tty-0faf4555bbd59215350aa1924673226a79a328b4.tar.gz
libotr
-rwxr-xr-xinstall-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-all.sh b/install-all.sh
index 2653d24c..48330244 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 libotr2-dev libgnutls-dev
+    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 libgnutls-dev
 
 }