Signed-off-by: Jeff Carr <jcarr@wit.com>
@ -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