From 4ae7061d0514f6c5b392a1bab4340a5446961fae Mon Sep 17 00:00:00 2001 From: Yeray Date: Sun, 28 Jul 2024 01:18:44 +0200 Subject: [PATCH] 14 --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ca41f10..2f4b544 100644 --- a/scripts/install +++ b/scripts/install @@ -42,8 +42,10 @@ ynh_script_progression --message="Url: $git_url" # Download, check integrity, uncompress and patch the source from app.src # ynh_setup_source --dest_dir="$install_dir" -# chmod -R o-rwx "$install_dir" -# chown -R "$app:$app" "$install_dir" +git clone "$git_url" "$install_dir" + +chmod -R o-rwx "$install_dir" +chown -R "$app:$app" "$install_dir" #================================================= # ADD A CONFIGURATION