From 362c00064e1a55968ca684a00527fb96a6f44927 Mon Sep 17 00:00:00 2001 From: kenorb Date: Tue, 16 Jan 2024 23:49:41 +0000 Subject: [PATCH] Installs MT4 and MT5 by installer --- scripts/tests/test_cmds.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tests/test_cmds.sh b/scripts/tests/test_cmds.sh index 46857d07..79aa6693 100755 --- a/scripts/tests/test_cmds.sh +++ b/scripts/tests/test_cmds.sh @@ -13,8 +13,8 @@ initialize help | grep "Usage" > /dev/null # Installs both platforms. -install_mt 4.0.0.1280 /opt -install_mt 5.0.0.2361 /opt +install_mt 4 /opt +install_mt 5 /opt # Load variables. . ../.vars.inc.sh