4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/bash
|
|
pip install pyotp keyring pystray
|
|
OVPN_TOTP_SECRET=$1 OVPN_STATIC_PASS=$2 python init_vpn.py
|