From 182e9a4821f6b30de0395515ad19a88fef361c65 Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 24 Mar 2025 11:14:42 +0100 Subject: [PATCH] Actualizar new.sh --- new.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/new.sh b/new.sh index a31d460..f4a942d 100644 --- a/new.sh +++ b/new.sh @@ -8,9 +8,8 @@ wget https://f.avc.cx/bashrc.txt -O /etc/skel/.bashrc cp /etc/skel/.bashrc /root/.bashrc wget https://f.avc.cx/bash_aliases.txt -O /etc/skel/.bash_aliases cp /etc/skel/.bash_aliases /root/.bash_aliases -echo -e ${YELLOW}Nuevo usuario: ${NC} -read usuario +read -p "Nuevo usuario: " usuario adduser $usuario -usermod -AG sudo $usuario +usermod -aG sudo $usuario curl -sL https://avc.cx/ifaces | bash echo -e ${GREEN}Hecho. Reinicia${NC} \ No newline at end of file