Created
August 7, 2018 12:56
-
-
Save KaleabTessera/60c0f44561c9c6207f1afeb78f2c0d43 to your computer and use it in GitHub Desktop.
Shell Script to install Nord
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get install openvpn | |
cd /etc/openvpn | |
sudo wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip | |
sudo apt-get install ca-certificates | |
sudo apt-get install unzip | |
sudo unzip ovpn.zip | |
sudo rm zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment