mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-26 04:59:38 +01:00
deb-update.bash: set snap refresh.retain to 2
This commit is contained in:
parent
886a0c0078
commit
29a72a17ca
@ -78,6 +78,9 @@ if hash flatpak 2>/dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if hash snap 2>/dev/null; then
|
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
|
# Snap packages auto-update anyway though, but I like checking them while
|
||||||
# doing everything else too
|
# doing everything else too
|
||||||
snap refresh
|
snap refresh
|
||||||
|
Loading…
Reference in New Issue
Block a user