This commit is contained in:
Adrien Marquès 2018-06-11 16:50:31 +02:00
parent 8d66a80ddb
commit 623a490879
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ echo -n " * sudo access ";
if sudo echo "granted"; then
echo -n "";
else
echo;
echo -e "\e[31m/!\\\\\e[0m permission issue. you must launch the installer with a sudoer. aborting installation"
exit 1;
fi;