From 0cebd98766d80486aef938bcfaa030aa31075b73 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Sun, 20 Jun 2021 15:34:20 -0500 Subject: [PATCH] improve root-run error grammar --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 58848a7..1e02cf7 100755 --- a/install +++ b/install @@ -8,7 +8,7 @@ function error { cd $HOME if [[ "$(id -u)" == 0 ]]; then - error "You cant install pi-apps as root! please try again as a regular user." + error "Pi-Apps is not designed to be installed as root! Please try again as a regular user." fi DIRECTORY="$(readlink -f "$(dirname "$0")")"