improve root-run error grammar

pull/696/head
Botspot 4 years ago committed by GitHub
parent 9a83e712a5
commit 0cebd98766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save