From 2f726898a30e2c45a319651f8abdc64b7f66a93d Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 1 Feb 2017 19:56:24 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 065194d..f64c054 100644 --- a/scripts/install +++ b/scripts/install @@ -27,8 +27,7 @@ source /usr/share/yunohost/helpers # Copy files to the right place final_path=/var/www/$app -sudo mkdir -p $final_path -extract_source $final_path +sudo git clone https://github.com/datenstrom/yellow.git $final_path # Files owned by root, www-data can just read sudo chown www-data:www-data $final_path -R