diff options
| -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 |
