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