redknight69
Newbie
I'm getting following error
login as: root
root@vusolose:~# USERNAME='xxxxxxx@gmail.com'
root@vusolose:~# PASSWORD='xxxxxxxxxxxxx
root@vusolose:~# ###############################################################
root@vusolose:~# # Standard Config
root@vusolose:~# # If you change anything below this line, it probably wont
root@vusolose:~# # be able to connect to your VPN.
root@vusolose:~# ################################################################
root@vusolose:~# wget -O Nord.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
--2018-02-27 15:45:15-- https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
Resolving raw.githubusercontent.com... failed: Name or service not known.
wget: unable to resolve host address ‘raw.githubusercontent.com’
root@vusolose:~#
root@vusolose:~# login as: root
root@vusolose:~# USERNAME='xxxxxxxxx'
root@vusolose:~# PASSWORD='xxxxxxxxxxxx'
root@vusolose:~# ###############################################################
root@vusolose:~# # Standard Config
root@vusolose:~# # If you change anything below this line, it probably wont
root@vusolose:~# # be able to connect to your VPN.
root@vusolose:~# ################################################################
root@vusolose:~# wget -O Nord.sh https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
--2018-02-27 15:45:15-- https://raw.githubusercontent.com/davesayers2014/OpenVPN/mast
Resolving raw.githubusercontent.com... failed: Name or service not known.
wget: unable to resolve host address ‘raw.githubusercontent.com’
root@vusolose:~#
root@vusolose:~#
Password:
i ran this following script but getting errors on vpn changer plugin. here is the line I ran. any help appreciated. I'm running openatv 6.2
USERNAME='xxxxxxxxx@gmail.com'
PASSWORD='xxxxxxxxxxxxx'
###############################################################
# Standard Config
# If you change anything below this line, it probably wont
# be able to connect to your VPN.
################################################################
wget --compression=none "https://raw.githubusercontent.com/davesayers2014/OpenVPN/master/NordVPN/Nord.sh" -O- |sed "s/uuuu/$USERNAME/g; s/pppp/$PASSWORD/g; s/GBR/$COUNTRY/g" > script.sh && chmod +x script.sh && ./script.sh