From 583cf344c8f100f0d4e1ab1acd48841e43a65859 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 17 Feb 2023 08:11:34 +0100 Subject: [PATCH] Update install --- scripts/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index fc62b56..4546177 100644 --- a/scripts/install +++ b/scripts/install @@ -46,10 +46,12 @@ chown -R $app:www-data "$install_dir" git config --system --add safe.directory $install_dir # 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 +#ynh_exec_as $app +git clone https://github.com/iv-org/invidious "$install_dir" --quiet pushd "$install_dir" - ynh_exec_as $app git reset --hard --quiet $version_commit + #ynh_exec_as $app + git reset --hard --quiet $version_commit popd for i in $install_dir/config/sql/*.sql ; do