Update install
go1.16.4.linux-amd64.tar.gz
This commit is contained in:
parent
f424d0ca93
commit
1a248d8101
1 changed files with 4 additions and 4 deletions
|
|
@ -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' )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue