From 4da90b8ceb55053d563476a72e616191ebd8c472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Feb 2023 09:44:10 +0100 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index d41e2c2..861fb38 100644 --- a/scripts/install +++ b/scripts/install @@ -107,6 +107,8 @@ ynh_script_progression --message="Setting up source files..." --weight=4 ynh_app_setting_set --app=$app --key=final_path --value=$final_path +chown -R $app:www-data "$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