tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.89k stars 244 forks source link

Move install-related dev scripts to device/ folder #1793

Closed jotaen4tinypilot closed 1 month ago

jotaen4tinypilot commented 2 months ago

Related https://github.com/tiny-pilot/tinypilot/issues/1716. Stacked on https://github.com/tiny-pilot/tinypilot/pull/1791.

This PR moves both install-related dev scripts to a new subfolder device/. This is mostly for clarity, to communicate that these two scripts are not supposed to be executed on a dev machine.

Initially I thought we should also move the enable-passwordless-sudo script there as well, but I’m not so sure about that anymore, because I think it also would be possible to run it in a dev environment. E.g., we also run it on CI for the e2e tests. Review on CodeApprove