ver=`curl https://go.dev/VERSION?m=text`
cd /tmp
wget https://dl.google.com/go/$ver.linux-amd64.tar.gz
rm -rf /usr/local/go
tar -C /usr/local -xzf /tmp/$ver.linux-amd64.tar.gz
Windows WSL
ver=`curl https://go.dev/VERSION?m=text`
wget https://dl.google.com/go/$ver.windows-amd64.zip
unzip -oqx $ver.windows-amd64.zip -d /mnt/c
rm $ver.windows-amd64.zip
Windows WSL vscode 要安裝 remote-WSL
沒有留言:
張貼留言