Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #!/bin/bash
  2. echo Pokemon-Go-Bot-Working-Hack-API dependency installer
  3. sleep 3
  4. sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
  5. sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
  6. sudo apt update
  7. sudo apt install python-pip -y && sudo pip install --upgrade pip
  8. cd ~/Desktop/ && curl -L https://github.com/TomTheBotter/Pokemon-Go-Bot-Working-Hack-API/tarball/master | tar zx && cd TomTheBotter-Pokemon-Go-Bot-Working-Hack-API-d611eae
  9. sudo pip install -r requirements.txt
  10. echo SCRIPT FINISHED!
  11. _EOF_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement