Skip to content

Commit

Permalink
Remove non-root requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ayubun committed May 17, 2022
1 parent 281217e commit 428788c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ CYAN_TEXT=`tput setaf 6`
WHITE_TEXT=`tput setaf 7`
RESET=`tput sgr0`

if [ "$EUID" -eq 0 ] ; then
echo ""
echo "${RESET}${RED_TEXT}${BOLD}[ERROR]${RESET} ${RED_TEXT}${UNDERLINE}Please do not run this script as root!${RESET}"
exit 1
fi
# if [ "$EUID" -eq 0 ] ; then
# echo ""
# echo "${RESET}${RED_TEXT}${BOLD}[ERROR]${RESET} ${RED_TEXT}${UNDERLINE}Please do not run this script as root!${RESET}"
# exit 1
# fi

# echo ""
# stty -echo
Expand Down

0 comments on commit 428788c

Please sign in to comment.