mirror of
https://github.com/sstent/containers.git
synced 2026-01-26 00:52:00 +00:00
first
This commit is contained in:
11
openpyn_alpine/openpyn_init.exp
Normal file
11
openpyn_alpine/openpyn_init.exp
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/expect -f
|
||||
|
||||
spawn /usr/bin/openpyn --init
|
||||
|
||||
expect "Enter your username for NordVPN"
|
||||
send "stuart.stent@gmail.com\r"
|
||||
|
||||
expect "Enter the password for NordVPN"
|
||||
send "drRp4mQBVU6awAFOk9lO\r"
|
||||
|
||||
expect "\[INFO\] To see usage options type"
|
||||
Reference in New Issue
Block a user