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