2 echo "==============================================================================="
3 echo "==============================================================================="
4 echo "Prey has been installed on your system."
5 echo "You should now configure Prey to suit your system,editing (as a root) the "
6 echo "/usr/share/prey/config file. Then you have to setup the following cron job for"
7 echo "Prey to actually work:"
8 echo "\"$ (sudo crontab -l | grep -v prey; echo \"*/20 * * * * /usr/share/prey/prey.sh > /dev/null\") | sudo crontab -\""
9 echo "For more info, visit: http://preyproject.com/"
13 echo "==============================================================================="
14 echo "==============================================================================="
15 echo "Prey has been removed from your system."
16 echo "Remember to delete the cron jobs you set up for Prey."
19 # vim:set ts=2 sw=2 et: