Skip to content

Commit

Permalink
Update clore.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaP88 authored Apr 27, 2024
1 parent c06057a commit 583ac48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
sudo apt update
sudo apt install tmux -y && sudo apt install build-essential -y && sudo apt install make -y
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz
sudo su
sudo rm -rf /usr/local/go && tar -C /usr/local -xzf go1.22.1.linux-amd64.tar.gz
exit
export PATH=$PATH:/usr/local/go/bin

# Install python3 environment
Expand Down

0 comments on commit 583ac48

Please sign in to comment.