diff --git a/install.sh b/install.sh index 8b11afd..07d8d36 100755 --- a/install.sh +++ b/install.sh @@ -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