diff --git a/install b/install new file mode 100755 index 0000000..cc31161 --- /dev/null +++ b/install @@ -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 \ No newline at end of file