From 3744273d8f1540fe45312b5c3a4e2e6f8b21a81f Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 6 Jun 2016 06:48:06 +0100 Subject: Update T-rex to v2.03 part II - JIRA: CSIT-132 - Update Trex via autoinstall script Change-Id: I65753b35287d9322ef230642ea0dd3596f1da5c9 Signed-off-by: pmikus --- resources/tools/t-rex/t-rex-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/t-rex/t-rex-installer.sh') diff --git a/resources/tools/t-rex/t-rex-installer.sh b/resources/tools/t-rex/t-rex-installer.sh index 13b990072e..1bf665c2de 100755 --- a/resources/tools/t-rex/t-rex-installer.sh +++ b/resources/tools/t-rex/t-rex-installer.sh @@ -1,6 +1,6 @@ #!/bin/sh -TREX_VERSION="2.00" +TREX_VERSION="2.03" TREX_DOWNLOAD_REPO="https://github.com/cisco-system-traffic-generator/trex-core/archive/" TREX_DOWNLOAD_PACKAGE="v${TREX_VERSION}.zip" -- cgit 1.2.3-korg