diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc index e11889619e..c3f3b5f96a 100644 --- a/src/etc/inc/pkg-utils.inc +++ b/src/etc/inc/pkg-utils.inc @@ -113,7 +113,7 @@ function pkg_update($force = false) { } } - $rc = pkg_call("update"); + $rc = pkg_call("update -f"); if ($rc) { file_put_contents($last_update_file, $now . "\n");