This commit is contained in:
Patrick Schleizer 2025-09-19 14:01:16 -04:00
parent 3583004796
commit 0c7bee33a7
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -98,7 +98,7 @@ sudo_users_check () {
## https://forums.whonix.org/t/is-security-misc-suitable-for-hardening-bridges-and-relays/8299/4
echo "$0: ERROR: No user is a member of group 'sudo'. Installation aborted." >&2
echo "$0: ERROR: You probably want to run:" >&2
echo "$0: NOTE: Replace user 'user' with your actual Linux user account name." >&2
echo "$0: NOTE: Replace account 'user' with your actual Linux user account name." >&2
echo "" >&2
echo "sudo adduser user sudo" >&2
echo "sudo adduser user console" >&2