changes
This commit is contained in:
parent
f8d3ad5853
commit
fcb4483395
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
@ -74,7 +74,8 @@ 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 \"/usr/sbin/usermod -aG sudo ${USER}\"${ENDCOLOR}"
|
||||
message error "Add your user to the group with:"
|
||||
message error " ${YELLOW}su -c \"/usr/sbin/usermod -aG sudo ${USER}\"${ENDCOLOR}"
|
||||
message error "after that logout and in again or reboot"
|
||||
error
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue