From 84842f83a5c8168190497d5904e9fc421dca4dc9 Mon Sep 17 00:00:00 2001 From: KeyArgo Date: Thu, 28 Sep 2023 15:32:18 -0600 Subject: [PATCH] Add install for retry --- run-seedbox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-seedbox.sh b/run-seedbox.sh index e88de44..0d1e1a7 100644 --- a/run-seedbox.sh +++ b/run-seedbox.sh @@ -8,6 +8,8 @@ source config/tools.sh # Check that required tools are installed check_utilities +sudo apt install retry + SKIP_PULL=0 DEBUG=0