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 | |
# ================================================================ | |
# DietPi NordVPN OpenVPN seadistus – valmis skript | |
# ================================================================ | |
echo "=== NordVPN OpenVPN seadistus alustamas ===" | |
# 1. Paigalda vajalikud paketid | |
sudo apt update && sudo apt install openvpn curl -y |
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 | |
# ================================================================ | |
# DietPi NordVPN OpenVPN seadistus – valmis skript | |
# ================================================================ | |
echo "=== NordVPN OpenVPN seadistus alustamas ===" | |
# 1. Paigalda vajalikud paketid | |
sudo apt update && sudo apt install openvpn curl -y |