aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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"