From 07d4535de17d8565d3ef3d575783a27d2dabec36 Mon Sep 17 00:00:00 2001 From: Mason Tran Date: Thu, 8 Feb 2024 13:16:50 -0500 Subject: [PATCH] [script] add missing `install_arm_toolchain` call when `script/bootstrap` is run with no args --- script/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/script/bootstrap b/script/bootstrap index 8700bedf..e2694c2c 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -172,6 +172,7 @@ main() { if [ $# == 0 ]; then install_packages + install_arm_toolchain install_packages_pip3 do_bootstrap_silabs elif [ "$1" == 'packages' ]; then