summarylogtreecommitdiffstats
path: root/corefreq.install
diff options
context:
space:
mode:
authorCyrIng2018-11-07 11:32:16 +0100
committerCyrIng2018-11-07 11:32:16 +0100
commit2727bb3d20b3c2032bec32ad8462c9639a544c22 (patch)
treee2be9f10bd067edb6308805032cab56898924eb6 /corefreq.install
parent78c58867d900be62a7e533ae2cb0d637ea73303d (diff)
downloadaur-2727bb3d20b3c2032bec32ad8462c9639a544c22.tar.gz
Starting Instructions.
Diffstat (limited to 'corefreq.install')
-rw-r--r--corefreq.install15
1 files changed, 7 insertions, 8 deletions
diff --git a/corefreq.install b/corefreq.install
index 5a7f4669f536..005e261eb0c3 100644
--- a/corefreq.install
+++ b/corefreq.install
@@ -7,14 +7,13 @@ post_install() {
dkms build -q ${MODULE}/${DRV_VERSION}
dkms install -q ${MODULE}/${DRV_VERSION}
- echo -e '--[ CoreFreq Starting Instructions ]--\n'\
- ' 1: load the kernel module\n'\
- ' > modprobe corefreqk\n'\
- ' 2: enable and start the daemon\n'\
- ' > systemctl enable corefreqd\n'\
- ' > systemctl start corefreqd\n'\
- ' 3: run the client\n'\
- ' > corefreq-cli'
+echo -e '\n[ \033[1;36;40mCoreFreq\033[0m Starting Instructions\033[0m ]\n'\
+ '\n1: load the kernel module\n'\
+ ' # \033[1;36;40mmodprobe corefreqk\033[0m\n'\
+ '\n2: start the daemon\n'\
+ ' # \033[1;36;40msystemctl start corefreqd\033[0m\n'\
+ '\n3: run the client\n'\
+ ' $ \033[1;36;40mcorefreq-cli\033[0m\n'
}
pre_upgrade() {