Force update if code reaches this point

This commit is contained in:
Renato Botelho 2016-01-05 16:55:07 -02:00
parent ab4e953955
commit 5bcad0f5ec

View File

@ -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");