Update go script

This commit is contained in:
Fulton Browne 2021-05-26 16:09:29 +00:00
parent 2190fdc886
commit fdc243a657
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/rc
cd /tmp
hget http://www.9legacy.org/download/go/go1.14.1-plan9-amd64-bootstrap.tbz | bunzip2 -c | tar x
hget http://www.9legacy.org/download/go/go1.16.3-plan9-amd64-bootstrap.tbz | bunzip2 -c | tar x
mkdir -p /sys/lib/go
cd /sys/lib/go/
hget https://golang.org/dl/go1.15.2.src.tar.gz | gunzip -c | tar x