mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
4c8034f5a6
chore: Standardize all python scripts on #!/usr/bin/python3 chore: Update path for ds-inhibit patch chore(readme): Remove unused package
19 lines
774 B
Diff
19 lines
774 B
Diff
diff -ur usr/share/jupiter-fan-control/fancontrol.py usr/share/jupiter-fan-control/fancontrol.py
|
|
--- usr/share/jupiter-fan-control/fancontrol.py 2022-12-23 13:14:48.861887067 -0800
|
|
+++ usr/share/jupiter-fan-control/fancontrol.py 2022-12-23 00:42:03.223412367 -0800
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python -u
|
|
+#!/usr/bin/python3 -u
|
|
"""jupiter-fan-controller"""
|
|
import signal
|
|
import os
|
|
diff -ur usr/share/jupiter-fan-control/PID.py usr/share/jupiter-fan-control/PID.py
|
|
--- usr/share/jupiter-fan-control/PID.py 2022-12-23 13:14:48.861887067 -0800
|
|
+++ usr/share/jupiter-fan-control/PID.py 2022-12-23 00:42:03.222412347 -0800
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/python3
|
|
#
|
|
# This file is part of IvPID.
|
|
# Copyright (C) 2015 Ivmech Mechatronics Ltd. <bilgi@ivmech.com>
|