From ba3c8afd8d2dce82d47019ce6145e81cb746aca2 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 25 Jun 2020 07:05:01 +0000 Subject: kiss: add an option to not fetch repositories on system update FossilOrigin-Name: 199feb2baab151419501a9f2a0aa2a2dd2832968aaa7417cfa583242d0699ade --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 0995e59..d74182b 100755 --- a/kiss +++ b/kiss @@ -1318,7 +1318,7 @@ pkg_updates(){ # Check all installed packages for updates. So long as the installed # version and the version in the repositories differ, it's considered # an update. - pkg_fetch + [ "$KISS_FETCH" = 0 ] || pkg_fetch log "Checking for new package versions" -- cgit v1.2.3