Skip to content

Instantly share code, notes, and snippets.

@KaleabTessera
Created August 7, 2018 12:56
Show Gist options
  • Save KaleabTessera/60c0f44561c9c6207f1afeb78f2c0d43 to your computer and use it in GitHub Desktop.
Save KaleabTessera/60c0f44561c9c6207f1afeb78f2c0d43 to your computer and use it in GitHub Desktop.
Shell Script to install Nord
#!/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