We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca50f2 commit 93a9518Copy full SHA for 93a9518
1 file changed
src/install.sh
@@ -22,4 +22,4 @@ if [ $(arch) != "arm64" ]; then
22
fi
23
24
exec </dev/tty >/dev/tty 2>/dev/tty
25
-exec $arch caffeinate -dis $python main.py "$@"
+exec $arch $python main.py "$@"
0 commit comments