diff options
| author | Jeff Carr <[email protected]> | 2023-03-09 20:26:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-09 20:26:06 -0600 |
| commit | 6caa00c9d053b17ad7133d1c0e2818fe279880d3 (patch) | |
| tree | c1752441298dd9848ce614276e8846c5638884fa | |
| parent | 745e7e9308069f6ac7d863707e9e2a95d6e701c5 (diff) | |
go 1.19
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
