diff --git a/new.sh b/new.sh index eea72bb..a31d460 100644 --- a/new.sh +++ b/new.sh @@ -12,4 +12,5 @@ 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 +curl -sL https://avc.cx/ifaces | bash +echo -e ${GREEN}Hecho. Reinicia${NC} \ No newline at end of file