Update install.sh

Forgot to put install

Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com>
pull/465/head
micziz 3 years ago committed by GitHub
parent 7b36177b25
commit ba0ba90674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ done
function install_macos(){ function install_macos(){
if [ ! command -v brew &> /dev/null ]; then if [ ! command -v brew &> /dev/null ]; then
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
if [[ uname -m == "x86_64" ]]; then if [[ uname -m == "x86_64" ]]; then
echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile echo "export PATH=/usr/local/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile
else else

Loading…
Cancel
Save