From 5eadec72f4bd9d24b3b878e6023277c804bb546b Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Fri, 1 Dec 2017 13:11:22 +0100 Subject: [PATCH] installer fixes --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 682ec27..0f48e9f 100755 --- a/install.sh +++ b/install.sh @@ -3,13 +3,14 @@ set -e # INSTALL: # +# apt-get update && apt-get install curl git # curl -fsSL yawep.neszt.hu -o get-yawep.sh # sh get-yawep.sh -apt-get install -y $(cat required_debian_packages) cd /var/www/html/ git clone http://git.neszt.hu/yawep.git cd yawep +apt-get install -y $(cat required_debian_packages) touch config.json chmod 777 config.json -- 2.1.4