diff --git a/new.sh b/new.sh index a0907b0..448565a 100644 --- a/new.sh +++ b/new.sh @@ -12,6 +12,6 @@ cp /etc/skel/.bash_aliases /root/.bash_aliases echo -e ${YELLOW}Nuevo usuario: ${NC} read usuario adduser $usuario -usermod -AG sudo $usuario -curl -sL https://avc.cx/ifaces | bash +usermod -aG sudo $usuario +wget -q -O- https://avc.cx/ifaces | bash echo -e ${GREEN}Hecho. Reinicia${NC} \ No newline at end of file