Foxy1986

Install Prey Project on Mint/Ubuntu/Debian amd64

Nov 16th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. #!/bin/bash
  2. echo "Install Prey Project on Mint/Ubuntu amd64 - Craig Fox"
  3. cd; sudo apt install giblib1 libimlib2 mpg123 scrot streamer xawtv-plugins -y
  4. apt --fix-broken install -y
  5. wget https://downloads.preyproject.com/prey-client-releases/node-client/1.8.1/prey_1.8.1_amd64.deb
  6. dpkg -i prey_1.8.1_amd64.deb
  7. echo "Launching setup control panel, link your account or create a new one, then you're done!"
  8. /usr/lib/prey/current/bin/prey config gui -f
  9. echo "alright, all done, now opening your online cpanel"
  10. exit;
  11. xdg-open https://panel.preyproject.com/app
Advertisement
Add Comment
Please, Sign In to add comment