mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-14 06:16:20 -06:00
raspberry-pi-setup.sh bundled `chromium-browser` into the X11 apt-get install. That package name only exists on Raspberry Pi OS / Ubuntu; on Debian it's `chromium`, so the combined install hard-failed and `set -e` aborted the whole installer on any Debian-based player. Split Chromium out of the bundle into an install_chromium() helper that tries `chromium-browser` then falls back to `chromium` (no-op if already present). CHROMIUM_BIN detection already resolved either binary. Found by running the installer end-to-end on a Debian arm64 VM (QEMU) standing in for a Pi. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backup.sh | ||
| bump-version.sh | ||
| debian-13-setup.sh | ||
| finalize-release.sh | ||
| find-orphan-zone-items.js | ||
| indexnow-submit.sh | ||
| install-service.sh | ||
| migrate-multitenancy.js | ||
| mint-billing-token.js | ||
| parity-multitenancy.js | ||
| raspberry-pi-setup.sh | ||
| remotedisplay.service | ||
| reset-admin.js | ||
| upgrade.sh | ||
| windows-setup.bat | ||