Skip to content

Commit

Permalink
fix(netsim): make sure deps get installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Sep 30, 2024
1 parent e987381 commit b52df06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netsim/scripts/ubuntu_deps.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sudo apt install mininet openvswitch-testcontroller iperf tshark smcroute
sudo systemctl enable smcroute.service
sudo apt install mininet openvswitch-testcontroller iperf tshark smcroute -y
sudo systemctl enable smcroute.service

0 comments on commit b52df06

Please sign in to comment.