parent
745e7e9308
commit
6caa00c9d0
4
Makefile
4
Makefile
|
@ -4,6 +4,10 @@ all:
|
||||||
check:
|
check:
|
||||||
echo ${WIT_USER}
|
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:
|
||||||
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
|
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
|
||||||
git config pull.rebase false
|
git config pull.rebase false
|
||||||
|
|
Loading…
Reference in New Issue