From 1a248d8101fe12bb468742652a670a2773a4a1ba Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sun, 23 May 2021 15:36:11 -0500 Subject: [PATCH] Update install go1.16.4.linux-amd64.tar.gz --- dotfiles/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/install b/dotfiles/install index 9a6138c..85a9d3a 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -31,12 +31,12 @@ cp Hack\ Regular\ Nerd\ Font\ Complete.ttf ~/.local/share/fonts/ fc-cache -f -v # Grabs and downloads Go for Google -wget https://golang.org/dl/go1.16.linux-amd64.tar.gz -sudo tar -C /usr/local -xzf 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.4.linux-amd64.tar.gz # Install Rust -echo 'install rust' -curl https://sh.rustup.rs -sSf | sh +# echo 'install rust' +# curl https://sh.rustup.rs -sSf | sh # Fancy ls script taken from github.com/brandonroehl/dotfiles files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' )