Skip to content

Commit

Permalink
build: fix the install of pip3 and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Mar 23, 2021
1 parent 7f207cf commit 181d5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_joininbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,13 @@ apt install -y build-essential
apt install -y python3-venv python3-dev python3-wheel python3-jinja2 \
python3-pip
# make sure /usr/bin/pip exists (and calls pip3 in Debian Buster)
aptupdate-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
# install ifconfig
apt install -y net-tools
# to display hex codes
apt install -y xxd
# setuptools needed for Nyx
aptpip install setuptools
pip install setuptools
# netcat
apt install -y netcat
# install killall, fuser
Expand Down

0 comments on commit 181d5fd

Please sign in to comment.