We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3189623 + 6c85ef1 commit e02f47aCopy full SHA for e02f47a
docs/install.md
@@ -154,7 +154,7 @@ On Debian or Ubuntu, you should be able to get all these with:
154
sudo apt-get install build-essential libcap-dev xz-utils zip \
155
unzip strace curl discount git python3 zlib1g-dev \
156
cmake flex bison locales
157
- GO_VERSION=$(curl 'https://go.dev/VERSION?m=text')
+ GO_VERSION=$(curl 'https://go.dev/VERSION?m=text' | head -n 1)
158
curl -L "https://go.dev/dl/$GO_VERSION.linux-amd64.tar.gz" -o go.tar.gz \
159
&& sudo tar -C /usr/local -xvf go.tar.gz \
160
&& rm go.tar.gz
0 commit comments