From d08102a85b064a2aa75d2e9884c2dbcf7f68ad26 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 15 Feb 2021 00:53:41 +0530 Subject: [PATCH] Fixed git issue --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 55f5df3..5805ce5 100755 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,7 @@ ynh_script_progression --message="Setting up Zap source files..." ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src -git clone clone https://codeberg.org/zot/zap.git "$final_path" +git clone https://codeberg.org/zot/zap.git "$final_path" # 2 - Zap Addons