added deploy-cpufreqctl

This commit is contained in:
Adnan Hodzic 2020-01-22 20:46:02 +01:00
parent 144c7b5aeb
commit ee813abfdd
2 changed files with 13 additions and 1 deletions

View File

@ -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:

View File

@ -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