Skip to content

Commit 9ca50f2

Browse files
committed
install.sh: Add caffeinate to keep machine on
Fixes: #47 Signed-off-by: Hector Martin <[email protected]>
1 parent e9803d3 commit 9ca50f2

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 $python main.py "$@"
25+
exec $arch caffeinate -dis $python main.py "$@"

0 commit comments

Comments
 (0)