From aa079b699f6154c378cad46860537aee1ad7e101 Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 24 Mar 2025 10:59:20 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20la=20ip=20en=20la=20pantalla=20d?= =?UTF-8?q?e=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- new.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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