Testing release

This commit is contained in:
toloveru 2017-04-03 19:54:00 +02:00
parent 602eac56b3
commit bd7f2199ab

5
install Normal file → Executable file
View File

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