mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-20 05:17:20 +02:00
Compare commits
2 Commits
b5b928813a
...
29a72a17ca
Author | SHA1 | Date | |
---|---|---|---|
29a72a17ca | |||
886a0c0078 |
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user