bash/usr-local-bin/qbittorrent: initial commit for flatpak wrapper including nordvpn

This commit is contained in:
Aminda Suomalainen 2024-01-05 13:14:36 +02:00
parent 9e04a1acfd
commit 7bcef8635d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 10 additions and 0 deletions

10
bash/usr-local-bin/qbittorrent Executable file
View File

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