From 0786c0755ad59e266a387ef07ac5a2505bac30b8 Mon Sep 17 00:00:00 2001 From: dan_s Date: Sun, 30 Oct 2022 21:14:20 -0500 Subject: [PATCH] removed "python" from apt command --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ad81f40b9..c13109788 100644 --- a/INSTALL.md +++ b/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