mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-21 08:15:29 +10:00
Removed homebrew due to buggy install
This commit is contained in:
@@ -23,13 +23,6 @@ sudo apt update
|
|||||||
sudo apt install -y git-core zsh curl git build-essential
|
sudo apt install -y git-core zsh curl git build-essential
|
||||||
# Do not print commands
|
# Do not print commands
|
||||||
set +x
|
set +x
|
||||||
echo '
|
|
||||||
|
|
||||||
--------------- Homebrew Install ---------------
|
|
||||||
|
|
||||||
'
|
|
||||||
# Install Homebrew
|
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
||||||
|
|
||||||
# Print commands
|
# Print commands
|
||||||
set -x
|
set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user