diff options
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -677,6 +677,9 @@ else print "no ($config{OSNAME})\n"; } +print "Checking for upgrades to extra and third party modules... "; +system "./modulemanager upgrade"; + ################################################################################ # BEGIN INTERACTIVE PART # ################################################################################ |