changes
This commit is contained in:
parent
23d6f2eae5
commit
a5c06551e8
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
@ -64,7 +64,8 @@ message "Continue with installation..."
|
||||||
if ! groups | grep sudo
|
if ! groups | grep sudo
|
||||||
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 -G sudo ${USER}${ENDCOLOR}"
|
message error "Add your user to the group with: ${YELLOW}su -c \"usermod -aG sudo ${USER}\"${ENDCOLOR}"
|
||||||
|
message error "after that logout and in or reboot"
|
||||||
error
|
error
|
||||||
fi
|
fi
|
||||||
message "check sources.list"
|
message "check sources.list"
|
||||||
|
|
Loading…
Reference in a new issue