Browse Source

Remove lz4 to avoid crash on Debian 9 (instead of 10)

content-update
xpetit 4 years ago
parent
commit
d43454e963
No known key found for this signature in database
GPG Key ID: 4E1F8CF5DFA989D2
  1. 2
      docs/setup/configure.sh

2
docs/setup/configure.sh

@ -5,7 +5,7 @@ IFS='
'
echo Installing common tools
sudo apt -y install man bash-completion git jq curl build-essential netcat wget psmisc lz4 file net-tools brotli unzip zip moreutils pv tree whois
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
echo Installing Go
wget https://golang.org/dl/go1.15.2.linux-amd64.tar.gz

Loading…
Cancel
Save