mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 14:20:31 +01:00
Use new module
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
# common functions for installing packages across a cluster
|
||||
# XXX refresh all packages after installing
|
||||
|
||||
do '../web-lib.pl';
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do '../ui-lib.pl';
|
||||
&foreign_require("servers", "servers-lib.pl");
|
||||
&foreign_require("software", "software-lib.pl");
|
||||
$parallel_max = 20;
|
||||
|
||||
Reference in New Issue
Block a user