Compare commits

...

2 Commits

Author SHA1 Message Date
Aminda Suomalainen 29a72a17ca
deb-update.bash: set snap refresh.retain to 2 2024-03-19 13:23:30 +02:00
Aminda Suomalainen 886a0c0078
qbittorrent: set killswitch on
Compatibility with Teams and memory?
2024-03-19 09:55:16 +02:00
2 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,9 @@ if hash flatpak 2>/dev/null; then
fi
if hash snap 2>/dev/null; then
# I don't want my systems full of old snaps
# > retain must be a number between 2 and 20, not "1"
snap set system refresh.retain=2
# Snap packages auto-update anyway though, but I like checking them while
# doing everything else too
snap refresh

View File

@ -5,6 +5,7 @@ sudo systemctl start nordvpnd.service
sleep 5
systemctl status nordvpnd.service --no-pager
nordvpn connect p2p
nordvpn set killswitch on
nordvpn status
flatpak run org.qbittorrent.qBittorrent "$@"
set +x