From 921ce53d49e5e9016da4206d027cc56cbd7552ae Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 24 Mar 2025 12:26:54 +0100 Subject: [PATCH] Actualizar new.sh --- new.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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