mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-27 07:34:25 +02:00
added deploy-cpufreqctl
This commit is contained in:
parent
1cc0099d22
commit
d8e56e0e58
@ -24,7 +24,9 @@ def main(monitor, live, daemon, install, log):
|
|||||||
print("\nExample usage:\nauto-cpufreq --monitor")
|
print("\nExample usage:\nauto-cpufreq --monitor")
|
||||||
print("\n-----\n")
|
print("\n-----\n")
|
||||||
|
|
||||||
s.call(["python3", "bin/auto-cpufreq", "--help"])
|
# ToDo: add option what to run depending on the env
|
||||||
|
s.call(["python3", "auto-cpufreq", "--help"])
|
||||||
|
#s.call([tool_run, " --help"])
|
||||||
footer(79)
|
footer(79)
|
||||||
else:
|
else:
|
||||||
if daemon:
|
if daemon:
|
||||||
|
@ -26,6 +26,16 @@ parts:
|
|||||||
# - distro
|
# - distro
|
||||||
# - power
|
# - power
|
||||||
|
|
||||||
|
deploy-cpufrectl:
|
||||||
|
plugin: dump
|
||||||
|
source: scripts
|
||||||
|
organize:
|
||||||
|
cpufreqctl.sh: usr/bin/cpufreqctl
|
||||||
|
# organize:
|
||||||
|
# auto-cpufreq-install.sh: usr/bin/auto-cpufreq-install
|
||||||
|
# organize:
|
||||||
|
# auto-cpufreq-remove.sh: usr/bin/auto-cpufreq-remove
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
auto-cpufreq:
|
auto-cpufreq:
|
||||||
command: bin/auto-cpufreq
|
command: bin/auto-cpufreq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user