From 07f970a33669922d3f3d296fe74a1c3283213d6f Mon Sep 17 00:00:00 2001 From: wilou Date: Sat, 4 Mar 2023 11:37:58 +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 9a78d14..45eded9 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ echo -ne "\n" # Vérifie si le script est lancé avec les droits root if [[ $EUID -ne 0 ]]; then - echo "You must be a root user to run this script, please run sudo ./install.sh" 2>&1 + echo "Vous devez avoir les privilèges root pour exécuter le script, utiliser la commande sudo ./install.sh" 2>&1 exit 1 fi