Revision 5bcad0f5
Added by Renato Botelho over 9 years ago
src/etc/inc/pkg-utils.inc | ||
---|---|---|
113 | 113 |
} |
114 | 114 |
} |
115 | 115 |
|
116 |
$rc = pkg_call("update"); |
|
116 |
$rc = pkg_call("update -f");
|
|
117 | 117 |
|
118 | 118 |
if ($rc) { |
119 | 119 |
file_put_contents($last_update_file, $now . "\n"); |
Also available in: Unified diff
Force update if code reaches this point