added deploy-cpufreqctl
This commit is contained in:
parent
144c7b5aeb
commit
ee813abfdd
|
@ -24,7 +24,9 @@ def main(monitor, live, daemon, install, log):
|
|||
print("\nExample usage:\nauto-cpufreq --monitor")
|
||||
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)
|
||||
else:
|
||||
if daemon:
|
||||
|
|
|
@ -26,6 +26,16 @@ parts:
|
|||
# - distro
|
||||
# - 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:
|
||||
auto-cpufreq:
|
||||
command: bin/auto-cpufreq
|
||||
|
|
Loading…
Reference in New Issue