summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-09 20:58:04 -0600
committerJeff Carr <[email protected]>2023-03-09 20:58:04 -0600
commit49f34f4a98193fd17f94905367bda2814a31911b (patch)
treee4ab022e4b29b4ae7125f1729e948b2a56bb856a
parent3e166ab5d652e50e98ec0b097504148d4b03921b (diff)
go 1.19 for real this time
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 020d0d9..0fb51ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# cd .config/
+# git clone https://git.wit.org/wit/bash.git wit/
# git clone https://git.wit.org/wit/bash.git ~/.config/wit/ && cd ~/.config/wit && make new-install
@@ -38,6 +40,8 @@ endif
go:
wget -c https://go.dev/dl/go1.19.linux-amd64.tar.gz
mv go1.19.linux-amd64.tar.gz /usr/local/
+ cd /usr/local && tar xfz go1.19.linux-amd64.tar.gz
+ cd /usr/local/bin && ln -s ../go/bin/go .
git:
git clone https://git.wit.org/wit/bash.git ~/.config/wit/