Clarify error message

This commit is contained in:
the-sane 2023-01-20 19:27:31 -05:00
parent b009265951
commit dd9bfc3351

View File

@ -262,7 +262,7 @@ try_exec() {
fi
else
# We don't know how to perform this operation with elevated privileges
printf "\nNeither Polkit nor sudo appear to be installed. Unable to execute the command with elevated privileges.\n"
printf "\nNeither Polkit nor sudo appear to be installed. Unable to execute the command with the required privileges.\n"
retval=1
fi