From f8a797ffc4badae5a7aa82f80f1d99ccda4316f5 Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Fri, 1 Dec 2017 12:01:06 +0100 Subject: [PATCH] git clone url fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3c2444c..682ec27 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ set -e apt-get install -y $(cat required_debian_packages) cd /var/www/html/ -git clone http://git.neszt.hu/yawep +git clone http://git.neszt.hu/yawep.git cd yawep touch config.json chmod 777 config.json -- 2.1.4