From 20574ca0929e0d6db86b32ed6ce1b00f2acebd29 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:49:18 +1100 Subject: [PATCH] Replaced git-core with git --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f8d6d5c..da91486 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ set -eux pipefail # Install prequisites sudo apt update -sudo apt install -y git-core zsh curl git build-essential +sudo apt install -y git zsh curl git build-essential # Do not print commands set +x set +eux