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