diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2019-05-06 10:56:34 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-06 23:43:56 -0700 |
commit | 9ab77d760cf309bb8b6ec17742c96ceae4de8965 (patch) | |
tree | 091372ff1bb5f388d661a030dd716c6dc89000e1 /util/freebsd_install.sh | |
parent | ff3e430970fb38940598ae96e2c85d1cb9e15ad9 (diff) |
Make python a required build dependency (#5784)
* Make python a required build dependency
* Add missing color
* fixup sabayon linux per @BlitzKraft
Diffstat (limited to 'util/freebsd_install.sh')
-rwxr-xr-x | util/freebsd_install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/freebsd_install.sh b/util/freebsd_install.sh index 25ea80a7fc..c8696e8cc7 100755 --- a/util/freebsd_install.sh +++ b/util/freebsd_install.sh @@ -15,4 +15,5 @@ pkg install -y \ arm-none-eabi-gcc \ arm-none-eabi-binutils \ arm-none-eabi-newlib \ - diffutils + diffutils \ + python3 |