From: Neszt Tibor Date: Fri, 1 Dec 2017 11:01:06 +0000 (+0100) Subject: git clone url fix X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=f8a797ffc4badae5a7aa82f80f1d99ccda4316f5;p=yawep.git git clone url fix --- 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