Fix grammatical erros and improved readability.

This commit is contained in:
Brymer Meneses 2021-04-21 21:58:51 +08:00 committed by GitHub
parent b33b799107
commit d5bd8d8d1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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