go 1.19 for real this time
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3e166ab5d6
commit
49f34f4a98
4
Makefile
4
Makefile
|
@ -1,3 +1,5 @@
|
||||||
|
# cd .config/
|
||||||
|
# git clone https://git.wit.org/wit/bash.git wit/
|
||||||
|
|
||||||
# git clone https://git.wit.org/wit/bash.git ~/.config/wit/ && cd ~/.config/wit && make new-install
|
# git clone https://git.wit.org/wit/bash.git ~/.config/wit/ && cd ~/.config/wit && make new-install
|
||||||
|
|
||||||
|
@ -38,6 +40,8 @@ endif
|
||||||
go:
|
go:
|
||||||
wget -c https://go.dev/dl/go1.19.linux-amd64.tar.gz
|
wget -c https://go.dev/dl/go1.19.linux-amd64.tar.gz
|
||||||
mv go1.19.linux-amd64.tar.gz /usr/local/
|
mv go1.19.linux-amd64.tar.gz /usr/local/
|
||||||
|
cd /usr/local && tar xfz go1.19.linux-amd64.tar.gz
|
||||||
|
cd /usr/local/bin && ln -s ../go/bin/go .
|
||||||
|
|
||||||
git:
|
git:
|
||||||
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
|
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
|
||||||
|
|
Loading…
Reference in New Issue