Skip to content

Commit

Permalink
updates to install golang script
Browse files Browse the repository at this point in the history
  • Loading branch information
intrudir committed Apr 22, 2024
1 parent 531e986 commit a5764ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ export PATH="$PATH:$GOROOT/bin:$GOPATH/bin"

echo "$golang_paths" >> ~/.zshrc
echo "$golang_paths" >> ~/.bashrc
rm "$GO_TAR"
rm "/tmp/$GO_TAR"

echo "Installation complete. Please restart your shell or source your profile to apply changes."

0 comments on commit a5764ae

Please sign in to comment.