CSIT-885 Updagrade TRex to v2.35
[csit.git] / resources / tools / trex / trex_installer.sh
index 1e9b4ba..c0012a1 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-TREX_VERSION="2.34"
+TREX_VERSION=$1
 
 TREX_DOWNLOAD_REPO="https://github.com/cisco-system-traffic-generator/trex-core/archive/"
 TREX_DOWNLOAD_PACKAGE="v${TREX_VERSION}.zip"