Skip to content

Commit

Permalink
Fix #310
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Oct 28, 2023
1 parent e383edf commit 3fb19b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_gs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IFNAME="${1}"
apt update
apt upgrade

apt install python3-all libpcap-dev libsodium-dev python3-pip python3-pyroute2 \
apt install python3-all python3-all-dev libpcap-dev libsodium-dev python3-pip python3-pyroute2 \
python3-future python3-twisted python3-serial iw virtualenv debhelper dh-python build-essential -y

# Build
Expand Down

0 comments on commit 3fb19b3

Please sign in to comment.