1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-09 16:20:38 +01:00

13 lines
273 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
set -x
sudo systemctl start nordvpnd.service
sleep 5
systemctl status nordvpnd.service --no-pager
nordvpn connect p2p
nordvpn set killswitch on
nordvpn status
sudo systemctl restart yggdrasil.service
flatpak run org.qbittorrent.qBittorrent "$@"
set +x