From b891bc976731fb0038b59eb877331b20704367aa Mon Sep 17 00:00:00 2001 From: Nathan Robinson Date: Thu, 15 Dec 2016 23:09:15 -0500 Subject: [PATCH] Adding homebrew support at 23:09 of 15-12-2016 --- po-util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po-util.sh b/po-util.sh index 9290d7d..c77035e 100755 --- a/po-util.sh +++ b/po-util.sh @@ -645,7 +645,7 @@ then # Install ARM toolchain MESSAGE="Installing ARM toolchain..." ; blue_echo - brew install gcc-arm-none-eabi dfu-util gnu-sed + brew install gcc-arm-none-eabi dfu-util # Install Node.js