diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 529a3b6ac..f0ec6960d 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -260,6 +260,11 @@ sub installCrypto { installStepsCall($o, $auto, 'installCrypto'); } #------------------------------------------------------------------------------ +sub installUpdates { + my ($clicked, $ent_number, $auto) = @_; + installStepsCall($o, $auto, 'installUpdates'); +} +#------------------------------------------------------------------------------ sub configureServices { my ($clicked, $ent_number, $auto) = @_; installStepsCall($o, $auto, 'configureServices', $clicked); |