Skip to content

Commit 5ac092f

Browse files
author
Nathan Bridgewater
committed
Merge pull request #6 from nicolas-raoul/patch-1
Added curl to prerequisites
2 parents a7fce0c + aeaadb0 commit 5ac092f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mono-install-scripts/ubuntu/install_mono-2.11.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo apt-get update
1414
sudo apt-get upgrade -y
1515

1616
echo "installing prerequisites"
17-
sudo apt-get install -y build-essential libc6-dev g++ gcc libglib2.0-dev pkg-config git-core apache2 apache2-threaded-dev bison gettext autoconf automake libtool libpango1.0-dev libatk1.0-dev libgtk2.0-dev libtiff4-dev libgif-dev libglade2-dev
17+
sudo apt-get install -y build-essential libc6-dev g++ gcc libglib2.0-dev pkg-config git-core apache2 apache2-threaded-dev bison gettext autoconf automake libtool libpango1.0-dev libatk1.0-dev libgtk2.0-dev libtiff4-dev libgif-dev libglade2-dev curl
1818

1919
mkdir -p $BUILDDIR
2020

0 commit comments

Comments
 (0)