steamdeck-jupiter-driver/patches/0000-pika-patch.patch

8 lines
275 B
Diff
Raw Normal View History

2023-07-15 10:47:44 +02:00
diff --git usr/lib/hwsupport/power-button-handler.py usr/lib/hwsupport/power-button-handler.py
index 1a46251..cbf7857 100755
--- usr/lib/hwsupport/power-button-handler.py
+++ usr/lib/hwsupport/power-button-handler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/bin/env python3 -u