changes
This commit is contained in:
parent
95f4cfa7ec
commit
f8d3ad5853
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -74,7 +74,7 @@ message "Continue with installation..."
|
||||||
if ! groups | grep sudo > /dev/null
|
if ! groups | grep sudo > /dev/null
|
||||||
then
|
then
|
||||||
message error "Your user $USER is not in group 'sudo'."
|
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"
|
message error "after that logout and in again or reboot"
|
||||||
error
|
error
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue