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