mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-27 15:44:16 +02:00
Snap v1.9.1 and minor snap output improvement
This commit is contained in:
parent
d2dba2fc31
commit
5b1f2a227f
@ -116,7 +116,7 @@ def app_version():
|
|||||||
|
|
||||||
# snap package
|
# snap package
|
||||||
if os.getenv("PKG_MARKER") == "SNAP":
|
if os.getenv("PKG_MARKER") == "SNAP":
|
||||||
print(getoutput("echo Snap: $SNAP_VERSION"))
|
print(getoutput("echo Snap version: $SNAP_VERSION"))
|
||||||
# aur package
|
# aur package
|
||||||
elif dist_name in ["arch", "manjaro", "garuda"]:
|
elif dist_name in ["arch", "manjaro", "garuda"]:
|
||||||
aur_pkg_check = call("pacman -Qs auto-cpufreq > /dev/null", shell=True)
|
aur_pkg_check = call("pacman -Qs auto-cpufreq > /dev/null", shell=True)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: auto-cpufreq
|
name: auto-cpufreq
|
||||||
base: core20
|
base: core20
|
||||||
version: '1.9.0'
|
version: '1.9.1'
|
||||||
summary: Automatic CPU speed & power optimizer for Linux
|
summary: Automatic CPU speed & power optimizer for Linux
|
||||||
description: |
|
description: |
|
||||||
Automatic CPU speed & power optimizer for Linux based on active
|
Automatic CPU speed & power optimizer for Linux based on active
|
||||||
|
Loading…
x
Reference in New Issue
Block a user