From eec2a7f206516754b36b180b955f7665f895d634 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sun, 8 Dec 2019 11:50:39 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index b25fc3c..a9997c8 100755 --- a/install.sh +++ b/install.sh @@ -30,17 +30,15 @@ # # As root execute this command (the easy way!): # -# # ./install.sh -# or -# # bash install-sh +# # bash install.sh # # ################################################################################ # Make sure only root can run our script -if [[ $EUID -ne 0 ]]; then - echo "This script must be run as root" 1>&2 - exit 1 -fi +#if [[ $EUID -ne 0 ]]; then +# echo "This script must be run as root" 1>&2 +# exit 1 +#fi ## clean terminal #clear;