diff --git a/src/script.sh b/src/script.sh index 2bcfe3d..918f271 100644 --- a/src/script.sh +++ b/src/script.sh @@ -20,7 +20,6 @@ DISTRO="$ID" check_grep() { if [ -z "$(grep --help | grep 'GNU')" ]; then if [ -x "/usr/bin/grep" ]; then - echo "grep found. try alias" alias grep="/usr/bin/grep" check_grep else