Advertisement
v1ral_ITS

Linux Terminal ppa vpn Windscribe [ bash script install ]

May 6th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key FDC247B7
  3. echo 'deb https://repo.windscribe.com/ubuntu zesty main' | sudo tee /etc/apt/sources.list.d/windscribe-repo.list
  4. sudo apt-get update
  5. sudo apt-get install windscribe-cli
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement