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
9 lines
155 B
Diff
9 lines
155 B
Diff
--- ds_inhibit.py
|
|
+++ ds_inhibit.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/python3
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
# vim:ts=4:sw=4:et
|
|
#
|