Added go target install directory

This commit is contained in:
Mattchis 2023-07-27 15:14:52 -06:00
parent 2b7c0c78f3
commit c01b4b24c7

View File

@ -111,6 +111,7 @@ function go_install() {
;; ;;
esac esac
sudo mkdir /usr/local/go
sudo installer -pkg /tmp/golang.pkg -target /usr/local/go sudo installer -pkg /tmp/golang.pkg -target /usr/local/go
sudo rm /tmp/golang.pkg sudo rm /tmp/golang.pkg