Replaced git-core with git

This commit is contained in:
alvinlollo
2025-03-13 21:49:18 +11:00
committed by GitHub
parent f5131b8662
commit 20574ca092
+1 -1
View File
@@ -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