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