From 4a60181dc62b6031eb9c479375c877f7211bc472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:09:54 +0100 Subject: [PATCH] Update install --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 4a54fbe..7ee4943 100644 --- a/scripts/install +++ b/scripts/install @@ -108,8 +108,7 @@ ynh_script_progression --message="Setting up source files..." --weight=4 ynh_app_setting_set --app=$app --key=final_path --value=$final_path mkdir -p "$final_path" -#chown -R $app "$final_path" -chown www-data:$app -R .git +chown -R $app "$final_path" # Download, check integrity, uncompress and patch the source from GitHub ynh_exec_as $app git clone https://github.com/iv-org/invidious "$final_path" --quiet