about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-05-05 18:55:49 +0100
committerJames Booth <boothj5@gmail.com>2014-05-05 18:55:49 +0100
commit83966bd4b23cf271a5013f867d59714fac349c87 (patch)
tree0552a3cf14c78ac1f959eab80ac22f84130fa1ce
parent8ecfbdff7d5a0ace68e1c6366de77ecf517c67d4 (diff)
parent0faf4555bbd59215350aa1924673226a79a328b4 (diff)
downloadprofani-tty-83966bd4b23cf271a5013f867d59714fac349c87.tar.gz
Merge pull request #343 from ashleyblackmore/patch-1
replace libotr2-dev with libotr5-dev
-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
 
 }