Skip to content

Commit

Permalink
Fix invalid command 'bdist_deb' on jetson gs installation from source
Browse files Browse the repository at this point in the history
  • Loading branch information
lida2003 committed Oct 14, 2024
1 parent 4ea7006 commit dffd683
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 @@ -18,7 +18,7 @@ apt install python3-all python3-all-dev libpcap-dev libsodium-dev libevent-dev p
python3-future python3-twisted python3-serial python3-jinja2 iw virtualenv debhelper dh-python fakeroot build-essential -y

# Build
make deb
sudo make deb

# Create key and copy to right location
./wfb_keygen
Expand Down

0 comments on commit dffd683

Please sign in to comment.