Removed homebrew due to buggy install

This commit is contained in:
alvinlollo
2025-02-07 21:36:43 +11:00
committed by GitHub
parent 15796f7bcd
commit 1d533d9bb6
-7
View File
@@ -23,13 +23,6 @@ sudo apt update
sudo apt install -y git-core zsh curl git build-essential
# Do not print commands
set +x
echo '
--------------- Homebrew Install ---------------
'
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Print commands
set -x