diff --git a/new.sh b/new.sh index c3f3282..eea72bb 100644 --- a/new.sh +++ b/new.sh @@ -11,4 +11,5 @@ cp /etc/skel/.bash_aliases /root/.bash_aliases echo -e ${YELLOW}Nuevo usuario: ${NC} read usuario adduser $usuario +usermod -AG sudo $usuario echo -e ${GREEN}Done${NC} \ No newline at end of file