From 064e8cd7756e5303a30d9e10c27dad3607a04b2b Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sun, 21 May 2023 20:57:01 +0200 Subject: [PATCH] fix(configure.sh): remove automatic install of git-all --- scripts/configure.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/configure.sh b/scripts/configure.sh index c841d9ff..2a6d1c16 100755 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -148,7 +148,6 @@ function check_dependency_and_install() { fi } -check_dependency_and_install "git-all" check_dependency_and_install "jq" check_dependency_and_install "fswatch" check_dependency_and_install "openssl"