diff --git a/install_easy.sh b/install_easy.sh index b21530a..d3827a1 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -61,6 +61,7 @@ exitp() require_root() { + echo \* checking privileges [ $(id -u) -ne "0" ] && { echo root is required exists sudo && exec sudo "$0"