From c0e058a299dade6ee8acd145d292c872b374dfe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 11 Mar 2023 22:42:34 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index e53efb0..54463d2 100644 --- a/scripts/install +++ b/scripts/install @@ -45,11 +45,6 @@ chown -R $app:www-data "$install_dir" git config --system --add safe.directory $install_dir -mkdir -p "$final_path" -chown -R $app:www-data "$final_path" - -git config --system --add safe.directory $final_path - # Download, check integrity, uncompress and patch the source from GitHub #ynh_exec_as $app git clone https://github.com/iv-org/invidious "$install_dir" --quiet