This commit is contained in:
Marcus 2023-06-13 02:10:10 +02:00
parent 95f4cfa7ec
commit f8d3ad5853

View file

@ -74,7 +74,7 @@ message "Continue with installation..."
if ! groups | grep sudo > /dev/null
then
message error "Your user $USER is not in group 'sudo'."
message error "Add your user to the group with: ${YELLOW}su -c \"usermod -aG sudo ${USER}\"${ENDCOLOR}"
message error "Add your user to the group with: ${YELLOW}su -c \"/usr/sbin/usermod -aG sudo ${USER}\"${ENDCOLOR}"
message error "after that logout and in again or reboot"
error
fi