From 1360e859c62db24a1dff19c106c6b03c4f95eebf Mon Sep 17 00:00:00 2001 From: Jarli01 Date: Tue, 3 Jan 2017 08:43:31 -0500 Subject: [PATCH] Removed libpng12-dev libpng12-dev is removed from the Ubuntu repo and is replaced with libpng-dev. Tested and confirmed installable on a new Ubuntu 16.10 install. --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index 467808e..2f24a4d 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -6,7 +6,7 @@ sudo apt-get install --yes nodejs curl -o /usr/local/bin/n https://raw.githubusercontent.com/visionmedia/n/master/bin/n sudo chmod +x /usr/local/bin/n sudo n stable -sudo apt-get install --yes build-essential redis-server libpng12-dev git python-minimal +sudo apt-get install --yes build-essential redis-server libpng-dev git python-minimal git clone -b stable https://github.com/vatesfr/xo-server git clone -b stable https://github.com/vatesfr/xo-web cd xo-server