Browse Source

removed "python" from apt command

pull/229/head
dan_s 2 years ago
parent
commit
0786c0755a
  1. 2
      INSTALL.md

2
INSTALL.md

@ -24,7 +24,7 @@ sudo swapon /swapfile
```sh
# install build dependencies
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \
autoconf libtool ncurses-dev unzip git zlib1g-dev wget \
bsdmainutils automake curl unzip nano libsodium-dev cmake
# clone git repo
git clone https://git.hush.is/hush/hush3

Loading…
Cancel
Save