From f9c4162e6b7b1f0ebf24c28308623c46b18892be Mon Sep 17 00:00:00 2001 From: Ethan Robert <ethan.rbrt90@gmail.com> Date: Wed, 26 Feb 2025 17:02:33 +0100 Subject: [PATCH] Fixed install_student.sh --- install_student.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_student.sh b/install_student.sh index f47c0b2..135f5b9 100644 --- a/install_student.sh +++ b/install_student.sh @@ -2,7 +2,7 @@ echo "Ce programme va installer EasyCom sur cet ordinateur." echo "Appuyez sur [ENTRÉE] pour continuer ou Ctrl+C pour annuler" -read -p +read echo "Installing fastapi and uvicorn" pip install --break-system-packages fastapi uvicorn -- GitLab