Compare commits

..

No commits in common. "29a72a17cab85fa3f7116d021339239d0bbe359a" and "b5b928813a232aab9dbf57f4292639f5917f2f20" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

@ -78,9 +78,6 @@ 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,7 +5,6 @@ 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