mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 12:00:46 +01:00
Don't do yum check if installing from yum, due to lock clash
This commit is contained in:
@@ -6,7 +6,9 @@ sub module_install
|
||||
# Force clear all caches, as collected information may have changed
|
||||
&flush_package_caches();
|
||||
|
||||
# Re-generate cache of available packages
|
||||
&list_available();
|
||||
if ($software::update_system ne 'yum') {
|
||||
# Re-generate cache of available packages
|
||||
&list_available();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user