diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/urpmi.update b/urpmi.update index 530dd892..a5ff2627 100755 --- a/urpmi.update +++ b/urpmi.update @@ -57,7 +57,8 @@ sub main { $_->{modified} and delete $_->{ignore}; } } - + + $urpm->read_depslist; $urpm->update_media(%options); } |