From 5bcad0f5ec57858a6713cfbdbfcdf7004621b01b Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 5 Jan 2016 16:55:07 -0200 Subject: [PATCH] Force update if code reaches this point --- src/etc/inc/pkg-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");