From aaaa9b8241443f7732bd79880602bf656a31eb0a 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 18:58:17 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fa5df1e..7ee4943 100644 --- a/scripts/install +++ b/scripts/install @@ -108,7 +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:$app "$final_path" +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