Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-03-09 20:26:06 -06:00
parent 745e7e9308
commit 6caa00c9d0
1 changed files with 4 additions and 0 deletions

View File

@ -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