1
Virtual private networks / Re: Private Internet Access (PIA) WireGuard Guide/Script
« on: January 20, 2021, 04:31:27 am »Hey brother,
I'm trying to get your script running and I'm stuck at instruction #5.
I had copied the file over, ran chmod, restarted the service, and then ran debug but I got a bunch of errors and I thought it was because I didn't have the formatting correct on the file (edited it in wordpad) -- I deleted the PIAWireguard.py and got a proper file editor Notepad++, and have re-edited the file and uploaded it, ran chmod, and restarted the configd -- when I run debug, now I just get this error,
'command not found'.
thank you for providing this script -- I really hope I get it working soon =)
I ran into the same issue, then realized that it was due to Notepad++ using Windows-style line endings(CRLF) instead of Unix-style(LF). Changing the line endings inside of Notepad++ fixed the issue and re-uploading fixed the issue.