Skip to content

Commit

Permalink
Fixes rust install on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Jan 7, 2023
1 parent 94c1461 commit 5badb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ install_brew(){
export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"
echo 'export PATH="/opt/homebrew/opt/gnu-getopt/bin:$PATH"' >> ~/.zshrc
eval brew services start tor $DEBUG_STD
eval brew install rustup $DEBUG_STD
eval rustup-init $DEBUG_STD
brew install rustup
rustup-init
eval cargo install ripgen $DEBUG_STD
}

Expand Down

0 comments on commit 5badb4a

Please sign in to comment.