Update install
go1.16.4.linux-amd64.tar.gz
This commit is contained in:
@@ -31,12 +31,12 @@ cp Hack\ Regular\ Nerd\ Font\ Complete.ttf ~/.local/share/fonts/
|
|||||||
fc-cache -f -v
|
fc-cache -f -v
|
||||||
|
|
||||||
# Grabs and downloads Go for Google
|
# Grabs and downloads Go for Google
|
||||||
wget https://golang.org/dl/go1.16.linux-amd64.tar.gz
|
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
|
||||||
sudo tar -C /usr/local -xzf go1.16.linux-amd64.tar.gz
|
sudo tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
|
||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
echo 'install rust'
|
# echo 'install rust'
|
||||||
curl https://sh.rustup.rs -sSf | sh
|
# curl https://sh.rustup.rs -sSf | sh
|
||||||
|
|
||||||
# Fancy ls script taken from github.com/brandonroehl/dotfiles
|
# Fancy ls script taken from github.com/brandonroehl/dotfiles
|
||||||
files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' )
|
files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' )
|
||||||
|
|||||||
Reference in New Issue
Block a user