v1.9.1 release & Github issue template update
This commit is contained in:
parent
5e503f89c2
commit
8fb5469ace
|
@ -1,11 +1,17 @@
|
|||
### Error output:
|
||||
```text
|
||||
Paste here error output
|
||||
Add/paste error output
|
||||
```
|
||||
---
|
||||
|
||||
### System information:
|
||||
```text
|
||||
Paste here output of the auto-cpufreq --debug
|
||||
|
||||
Add/paste output of:
|
||||
|
||||
```
|
||||
auto-cpufreq --debug
|
||||
```
|
||||
|
||||
#### Without providing requested information your issue might be ignored!
|
||||
|
||||
---
|
||||
|
|
|
@ -116,7 +116,7 @@ def app_version():
|
|||
|
||||
# snap package
|
||||
if os.getenv("PKG_MARKER") == "SNAP":
|
||||
print(getoutput("echo Snap version: $SNAP_VERSION"))
|
||||
print(getoutput("echo \(Snap\) $SNAP_VERSION"))
|
||||
# aur package
|
||||
elif dist_name in ["arch", "manjaro", "garuda"]:
|
||||
aur_pkg_check = call("pacman -Qs auto-cpufreq > /dev/null", shell=True)
|
||||
|
|
Loading…
Reference in New Issue