From 78815d2b74d48b2419fff275c3aae61b71cabe1c Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 5 Jul 2020 21:25:18 +0100 Subject: Disable timeout when running gurpmi2 to install updates. --- NEWS | 2 ++ draklive-install | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 263a726..1770c82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- disable timeout when running gurpmi2 to install updates + 2.25 - add option to install updates diff --git a/draklive-install b/draklive-install index b3212c3..592b667 100755 --- a/draklive-install +++ b/draklive-install @@ -486,7 +486,7 @@ Do you want to install the updates?")), }; my $log_file = '/root/drakx/updates.log'; - run_program::rooted($::prefix, 'gurpmi2', '>>', $log_file, '2>>', $log_file, '--auto-select'); + run_program::raw({ root => $::prefix, timeout => 'never' }, 'gurpmi2', '>>', $log_file, '2>>', $log_file, '--auto-select'); clean_rpmdb_shared_regions(); } -- cgit v1.2.1