From 367f0109a42a8a502bb42023c57276f4dcf77874 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:56:27 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e0209f8..fa5df1e 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:$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