From 77b4cacd36f13c67fc6fb17470edbd1bd837303a Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 10 Mar 2022 22:19:18 -0500 Subject: [PATCH] Update debian-install.sh --- setup/debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/debian-install.sh b/setup/debian-install.sh index 079842d3..3e7149c7 100644 --- a/setup/debian-install.sh +++ b/setup/debian-install.sh @@ -28,7 +28,7 @@ BL=`echo "\033[36m"` CM='\xE2\x9C\x94\033' GN=`echo "\033[1;92m"` CL=`echo "\033[m"` -RETRY_NUM=5 +RETRY_NUM=10 RETRY_EVERY=3 NUM=$RETRY_NUM