From 800bc94d81ec62eb76ee810c49dbc4ca569397d5 Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 24 Mar 2025 11:48:02 +0100 Subject: [PATCH] revert 182e9a4821f6b30de0395515ad19a88fef361c65 revert Actualizar new.sh --- new.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/new.sh b/new.sh index a6f751e..a0907b0 100644 --- a/new.sh +++ b/new.sh @@ -9,8 +9,9 @@ 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 -read -p "Nuevo usuario: " usuario +echo -e ${YELLOW}Nuevo usuario: ${NC} +read 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