mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
bash/usr-local-bin/qbittorrent: initial commit for flatpak wrapper including nordvpn
This commit is contained in:
parent
9e04a1acfd
commit
7bcef8635d
10
bash/usr-local-bin/qbittorrent
Executable file
10
bash/usr-local-bin/qbittorrent
Executable 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
|
Loading…
Reference in New Issue
Block a user