Mettre à jour 'install.sh'

This commit is contained in:
Erreur32 2019-12-08 11:50:39 +01:00
parent e29cd4ddec
commit eec2a7f206
1 changed files with 5 additions and 7 deletions

View File

@ -30,17 +30,15 @@
# #
# As root execute this command (the easy way!): # As root execute this command (the easy way!):
# #
# # ./install.sh # # bash install.sh
# or
# # bash install-sh
# #
# #
################################################################################ ################################################################################
# Make sure only root can run our script # Make sure only root can run our script
if [[ $EUID -ne 0 ]]; then #if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" 1>&2 # echo "This script must be run as root" 1>&2
exit 1 # exit 1
fi #fi
## clean terminal ## clean terminal
#clear; #clear;