This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # install.sh — one-shot setup for the Mission Control Centre kiosk's | |
| # on-screen keyboard handler. Run on the kitchen-tablet Linux machine | |
| # AFTER you've cloned (or scp'd) this kiosk-setup folder onto it. | |
| # | |
| # chmod +x install.sh | |
| # ./install.sh | |
| # | |
| # What it does: | |
| # 1. Drops the `mcc-kbd` script into ~/.local/bin (creates it if missing, |