diff options
| author | skullydazed | 2019-05-06 19:56:34 +0200 |
|---|---|---|
| committer | GitHub | 2019-05-06 19:56:34 +0200 |
| commit | 99500243e10c12c0a5005da49aa1986947b27153 (patch) | |
| tree | 7b33f10fcc52f6578f84830c823e518557168ccf /util/freebsd_install.sh | |
| parent | cb1935aaff0fed118954996fc7afb722b6ed21be (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 |