mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Two issues prevented the script from running on macOS without manual intervention: 1. `sed -i` requires a backup suffix on macOS BSD sed. Replace with a portable `grep -v | mv` idiom that works on both macOS and Linux. 2. `python` is not in PATH on macOS by default. Replace with `python3`. Co-authored-by: Florian Horner <florianhorner@macbook-pro-von-florian.tail6f28f8.ts.net> Co-authored-by: Bas Nijholt <basnijholt@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| develop | ||
| lint | ||
| setup-dependencies | ||
| setup-devcontainer | ||
| setup-symlinks | ||
| update-generated-content | ||
| update-test-matrix.py | ||