Refactoring install

This commit is contained in:
2026-03-15 16:24:30 +00:00
parent 10939f2ea3
commit b3637e4d6f
19 changed files with 234 additions and 88 deletions

22
.local/bin/station-setup-vpn Executable file
View File

@@ -0,0 +1,22 @@
#! /bin/bash
echo "Signing into ExpressVPN..."
read -r username password <<< "$(station-get-username-password "ExpressVPN")"
station-launch-browser "https://www.expressvpn.com/sign-in"
echo -n "$username" | wl-copy
station-confirm-or-close "ExpressVPN Setup" "Email copied.\nPress OK for password" || exit
echo -n "$password" | wl-copy
expressvpn activate
expressvpn autoconnect true
expressvpn connect smart
wl-copy --clear