diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2019-05-06 10:56:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-06 10:56:34 -0700 |
commit | 99500243e10c12c0a5005da49aa1986947b27153 (patch) | |
tree | 7b33f10fcc52f6578f84830c823e518557168ccf /util/freebsd_install.sh | |
parent | cb1935aaff0fed118954996fc7afb722b6ed21be (diff) | |
download | qmk_firmware-99500243e10c12c0a5005da49aa1986947b27153.tar.gz |
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 25ea80a7f..c8696e8cc 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 |