Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key FDC247B7
- echo 'deb https://repo.windscribe.com/ubuntu zesty main' | sudo tee /etc/apt/sources.list.d/windscribe-repo.list
- sudo apt-get update
- sudo apt-get install windscribe-cli
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement