diff options
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |