commit | 5dbf99dd7851b1bb3c83f5910b0078e44e8ec715 | [log] [tgz] |
---|---|---|
author | Alex Lane <awlane@memphis.edu> | Thu Oct 01 17:10:48 2020 -0500 |
committer | Alex Lane <awlane@memphis.edu> | Thu Oct 01 17:10:48 2020 -0500 |
tree | bf5df195eee84e9bfe32f4b4ee980b1344d71f61 | |
parent | 576a419ef26f875fc431a8e8cf12b7380fb409eb [diff] |
Hotfix for broken code artifact in install.sh Change-Id: I3296bff4b8e095f334958d1734f15c42f03c7105
diff --git a/install.sh b/install.sh index 72d7271..08255cf 100755 --- a/install.sh +++ b/install.sh
@@ -320,10 +320,6 @@ popd } -function testbedTopo { - python3 ./testbed_topo_generator.py -} - function commonClientLibraries { ndn_cpp pyNDN @@ -373,7 +369,6 @@ mininet minindn commonClientLibraries - testbedTopo break ;; c) commonClientLibraries;;