Add install script

This commit is contained in:
2024-12-23 16:35:54 +09:00
parent d874be4fa6
commit a302589055

10
install Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [ "$EUID" != 0 ]; then
sudo "$0" "$@"
exit $?
fi
cp -r ./overlay/* /
chmod +x /usr/bin/calibration-helper
chmod +x /usr/bin/launch-calibration