From d5bd8d8d1df7050d77b7ec451bfdfa37c388bb64 Mon Sep 17 00:00:00 2001 From: Brymer Meneses <68867487+brymer-meneses@users.noreply.github.com> Date: Wed, 21 Apr 2021 21:58:51 +0800 Subject: [PATCH] Fix grammatical erros and improved readability. --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index 998fa97c..93522a35 100755 --- a/install +++ b/install @@ -3,10 +3,10 @@ PREFIX="Icons" LOCAL="/usr/share/icons/Papirus" -echo "Welcome to Papirus Nord installer!" -echo "For better usage, run this script using root user!" +echo "Welcome to the Papirus Nord installer!" +echo "For better usage, run this script as a superuser (sudo)!" -echo -n "Did you previously install on the Papirus' Linux Universe version? (Type Y or N) " +echo -n "Have you previously installed the Papirus' Linux Universe version? (Type Y or N) " read cond if [[ ( $cond != "Y" ) && ( $cond != "N" ) ]] @@ -45,7 +45,7 @@ else else if [ ! -f /usr/bin/papirus-folders ] then - echo "Papirus-folders script not is installed!" + echo "Papirus-folders script is not installed!" install echo "Papirus-folders script installed!" else