From e5ffb8d2c672df603f9581589aa4c2b5efa0e6e7 Mon Sep 17 00:00:00 2001 From: wilou Date: Wed, 22 Mar 2023 21:30:16 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ff75e87..5b1fc19 100644 --- a/install.sh +++ b/install.sh @@ -135,7 +135,7 @@ echo "Bisous" | figlet -f big echo -ne "\n" # Décompte avant redémarrage -i=10 +i=30 while [ $i -ge 0 ]; do printf "Redémarrage dans $i \r"; sleep 1; ((i--)); done # redémarrage du système