From 16252953d7cea3eb446d15b63bf1bdc7b8a3d020 Mon Sep 17 00:00:00 2001
From: Gauthier HEISS <gauthier.heiss@esiea.fr>
Date: Wed, 23 Apr 2025 13:08:24 +0000
Subject: [PATCH] Fix of the fix

---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index 3265bac..dc619a6 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -193,7 +193,7 @@ cp apt.conf /etc/apt/apt.conf
 echo -e "${GREEN}Installing esieabot-api${NC}"
 apt install esieabot-api -y
 echo -e "${GREEN}Installing esieabot-webcamera${NC}"
-apt install python3-picamera2 --no-install-recommends
+apt install python3-picamera2 --no-install-recommends -y
 apt install esieabot-webcamera -y
 echo -e "${GREEN}Installing esieabot-web-controller${NC}"
 apt install esieabot-web-controller -y
-- 
GitLab