Skip to content

Commit

Permalink
fix install software for linux (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
hihigupt authored Jun 18, 2021
1 parent 4fb4afb commit 129fa24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/install_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ set -o nounset # Exit if variable not set.
set -o pipefail # Exit if pipe failed.

sudo apt update
sudo apt install -y gcc-multilib g++-multilib ninja-build libpcap-dev ethtool isc-dhcp-server unifdef gcc-arm-none-eabi dos2unix
sudo apt install -y net-tools gcc-multilib g++-multilib ninja-build libpcap-dev ethtool isc-dhcp-server unifdef gcc-arm-none-eabi dos2unix

0 comments on commit 129fa24

Please sign in to comment.