summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-09 20:26:06 -0600
committerJeff Carr <[email protected]>2023-03-09 20:26:06 -0600
commit6caa00c9d053b17ad7133d1c0e2818fe279880d3 (patch)
treec1752441298dd9848ce614276e8846c5638884fa
parent745e7e9308069f6ac7d863707e9e2a95d6e701c5 (diff)
go 1.19
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 2f4d9ac..b8c5b37 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,10 @@ all:
check:
echo ${WIT_USER}
+go:
+ wget https://go.dev/dl/go1.19.linux-amd64.tar.gz
+ mv go1.19.linux-amd64.tar.gz /usr/local/
+
git:
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
git config pull.rebase false