From 9c933ce61e537dbca20d9ff1dc1b65ce3ce451f2 Mon Sep 17 00:00:00 2001 From: Miraty Date: Tue, 13 Aug 2019 00:06:28 +0200 Subject: [PATCH] fsdfd --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a3454c8..86f880d 100644 --- a/scripts/install +++ b/scripts/install @@ -52,7 +52,8 @@ ynh_app_setting_set $app final_path $final_path ynh_script_progression --message="Setting up source files..." --weight=1 mkdir -p "$final_path" -echo "Hello world!" > $final_path/index.html +cd $final_path +git clone https://code.antopie.org/miraty/qr_ynh chown -R www-data: "$final_path" #=================================================