Skip to content

Commit d68851c

Browse files
author
Patricia Aas
committed
Install coreutils
1 parent 7aecad9 commit d68851c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,9 @@ install_platform_deps() {
308308
info "[Init] Install gnu-sed"
309309
brew install gnu-sed
310310
export PATH=/usr/local/opt/gnu-sed/libexec/gnubin:$PATH
311+
312+
info "[Init] Install coreutils"
313+
brew install coreutils
311314
;;
312315

313316
esac

0 commit comments

Comments
 (0)