From 14719bb5034ab4fc5a28ad699f6e90dbab9767d0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 3 Oct 2021 16:39:58 +0200 Subject: [PATCH] Update install --- scripts/install | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index f03e6f1..1b29e10 100644 --- a/scripts/install +++ b/scripts/install @@ -99,9 +99,11 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from GitHub git clone https://github.com/iv-org/invidious "$final_path" --quiet -pushd "$final_path" - git reset --hard --quiet $version_commit -popd +#git checkout $version_commit + +# pushd "$final_path" +# git reset --hard --quiet $version_commit +# popd for i in $final_path/config/sql/*.sql ; do ynh_replace_string --match_string="kemal" --replace_string=$db_user --target_file="$i" ;