We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84b7a2 commit 58167e8Copy full SHA for 58167e8
auto_cpufreq/power_helper.py
@@ -33,8 +33,6 @@ def does_command_exists(cmd):
33
bluetoothctl_exists = does_command_exists("bluetoothctl")
34
tlp_stat_exists = does_command_exists("tlp-stat")
35
powerprofilesctl_exists = does_command_exists("powerprofilesctl")
36
-#snap_pkg_install= os.system("snap list | grep auto-cpufreq >/dev/null 2>&1")
37
-#snap_exist = os.system("snap >/dev/null 2>&1")
38
39
# detect if gnome power profile service is running
40
if os.getenv("PKG_MARKER") != "SNAP":
setup.py
@@ -13,7 +13,7 @@ def read(name):
13
return f.read()
14
15
# Used for the tar.gz/snap releases
16
-VERSION = "1.9.2"
+VERSION = "1.9.3"
17
18
setup(
19
name="auto-cpufreq",
0 commit comments