Skip to content

Commit 93a9518

Browse files
committed
Revert "install.sh: Add caffeinate to keep machine on"
Apparently this broke things This reverts commit 9ca50f2.
1 parent 9ca50f2 commit 93a9518

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [ $(arch) != "arm64" ]; then
2222
fi
2323

2424
exec </dev/tty >/dev/tty 2>/dev/tty
25-
exec $arch caffeinate -dis $python main.py "$@"
25+
exec $arch $python main.py "$@"

0 commit comments

Comments
 (0)