Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ On Debian or Ubuntu, you should be able to get all these with:
sudo apt-get install build-essential libcap-dev xz-utils zip \
unzip strace curl discount git python3 zlib1g-dev \
cmake flex bison locales
GO_VERSION=$(curl 'https://go.dev/VERSION?m=text')
GO_VERSION=$(curl 'https://go.dev/VERSION?m=text' | head -n 1)
curl -L "https://go.dev/dl/$GO_VERSION.linux-amd64.tar.gz" -o go.tar.gz \
&& sudo tar -C /usr/local -xvf go.tar.gz \
&& rm go.tar.gz
Expand Down
Loading