From ffc10decc6bee938719faa187e1a4bdb2a17e0f4 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 24 May 2019 13:04:00 +0200 Subject: [PATCH] chg: [update v1.7] update thirdparty --- update/v1.7/Update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update/v1.7/Update.sh b/update/v1.7/Update.sh index 8eb6c5a1..601b3cab 100755 --- a/update/v1.7/Update.sh +++ b/update/v1.7/Update.sh @@ -49,6 +49,12 @@ echo -e $GREEN"Shutting down ARDB ..."$DEFAULT bash ${AIL_BIN}/LAUNCH.sh -k & wait +echo "" +echo -e $GREEN"Update thirdparty ..."$DEFAULT +bash ${AIL_BIN}/LAUNCH.sh -t & +wait + + echo "" exit 0