From 98eaecb45f89f25a7ee4d784527b6effe917b789 Mon Sep 17 00:00:00 2001 From: KeyArgo Date: Thu, 28 Sep 2023 15:51:00 -0600 Subject: [PATCH] Install latest version of retry --- run-seedbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-seedbox.sh b/run-seedbox.sh index 530ce1c..7680459 100644 --- a/run-seedbox.sh +++ b/run-seedbox.sh @@ -8,7 +8,7 @@ source config/tools.sh # Check that required tools are installed check_utilities -sudo apt install retry +sudo apt install retry -y SKIP_PULL=0 DEBUG=0