diff --git a/docs/setup/configure.sh b/docs/setup/configure.sh index 2e7f9019..31098f2b 100755 --- a/docs/setup/configure.sh +++ b/docs/setup/configure.sh @@ -8,9 +8,9 @@ set -x sudo apt -y install man bash-completion git jq curl build-essential netcat wget psmisc file net-tools brotli unzip zip moreutils pv tree whois openssh-client -wget https://golang.org/dl/go1.15.2.linux-amd64.tar.gz -sudo tar -C /usr/local -xzf go1.15.2.linux-amd64.tar.gz -rm go1.15.2.linux-amd64.tar.gz +wget https://golang.org/dl/go1.16.3.linux-amd64.tar.gz +sudo tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz +rm go1.16.3.linux-amd64.tar.gz cat <<'EOF'>> ~/.bashrc GOPATH=$HOME/go PATH=$PATH:/usr/local/go/bin:$GOPATH/bin diff --git a/sh/debian/ubuntu/configure.sh b/sh/debian/ubuntu/configure.sh index 8894ced9..c725cfa7 100755 --- a/sh/debian/ubuntu/configure.sh +++ b/sh/debian/ubuntu/configure.sh @@ -154,9 +154,9 @@ grub-install "$disk" # Install Go -wget https://dl.google.com/go/go1.16.linux-amd64.tar.gz -tar -C /usr/local -xzf go1.16.linux-amd64.tar.gz -rm go1.16.linux-amd64.tar.gz +wget https://dl.google.com/go/go1.16.3.linux-amd64.tar.gz +tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz +rm go1.16.3.linux-amd64.tar.gz # shellcheck disable=2016 echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile diff --git a/subjects/wget/audit/README.md b/subjects/wget/audit/README.md index 148cbb21..292be4e1 100644 --- a/subjects/wget/audit/README.md +++ b/subjects/wget/audit/README.md @@ -8,9 +8,9 @@ ###### Did the program download the expected file? -##### Try to run the following command `"./wget https://golang.org/dl/go1.15.linux-amd64.tar.gz"` +##### Try to run the following command `"./wget https://golang.org/dl/go1.16.3.linux-amd64.tar.gz"` -###### Did the program download the file `"go1.15.linux-amd64.tar.gz"`? +###### Did the program download the file `"go1.16.3.linux-amd64.tar.gz"`? ###### Did the program displayed the start time?