mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Force installation even here.
This commit is contained in:
parent
aa324852e1
commit
dd34d7d239
@ -1247,7 +1247,7 @@ function pkg_reinstall_all() {
|
||||
uninstall_package($pkgtodo['name']);
|
||||
log_error(gettext("Finished uninstalling package") . " {$pkgtodo['name']}");
|
||||
log_error(gettext("Reinstalling package") . " {$pkgtodo['name']}");
|
||||
install_package($pkgtodo['name']);
|
||||
install_package($pkgtodo['name'], '', true);
|
||||
log_error(gettext("Finished installing package") . " {$pkgtodo['name']}");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user