Changes to get install-all.sh working on fresh opensuse VM

This commit is contained in:
James Booth
2014-02-25 22:50:25 +00:00
parent a0df7f7944
commit 5b734156a5
2 changed files with 4 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ opensuse_prepare()
echo
echo Profanity installer...installing dependencies
echo
sudo zypper -n in gcc git automake autoconf libgnutls-openssl-devel expat libexpat-devel ncurses-devel glib2-devel libnotify-devel libcurl-devel libXScrnSaver-devel libotr-devel
sudo zypper -n in gcc git automake make autoconf libopenssl-devel expat libexpat-devel ncurses-devel glib2-devel libnotify-devel libcurl-devel libXScrnSaver-devel libotr-devel
}
cygwin_prepare()