Merge pull request 'removed "python" from apt command' (#229) from dan_s/hush3:master into master

Reviewed-on: https://git.hush.is/hush/hush3/pulls/229
This commit is contained in:
Duke Leto
2022-10-31 11:39:34 +00:00

View File

@@ -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