From bd7f2199abbc57b898a0e8c5f3192f0941a9ac62 Mon Sep 17 00:00:00 2001 From: toloveru Date: Mon, 3 Apr 2017 19:54:00 +0200 Subject: [PATCH] Testing release --- install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 install diff --git a/install b/install old mode 100644 new mode 100755 index b7450fd..3c09469 --- a/install +++ b/install @@ -1,6 +1,7 @@ #!/bin/sh -sudo cp -v kernelcheck /usr/local/sbin/kernelcheck -sudo cp -v notify_all /usr/local/sbin/notify_all +printf "Copying files..\n" +sudo cp kernelcheck /usr/local/sbin/kernelcheck +sudo cp notify_all /usr/local/sbin/notify_all printf "Adding hourly service to cron scheduler..\n" (sudo crontab -l; echo "@hourly /usr/local/sbin/kernelcheck" ) | sudo crontab - printf "Enabling cronie scheduler..\n" # Let me know if you use something else, and enable manually.