From 1630af8072e08222b9d8e03560c8ccddb4d0f1f8 Mon Sep 17 00:00:00 2001 From: borekon Date: Mon, 24 Mar 2025 12:30:43 +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 448565a..0c246c5 100644 --- a/new.sh +++ b/new.sh @@ -9,9 +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 -echo -e ${YELLOW}Nuevo usuario: ${NC} +echo -e "${YELLOW}Nuevo usuario: ${NC}" read usuario adduser $usuario usermod -aG sudo $usuario wget -q -O- https://avc.cx/ifaces | bash -echo -e ${GREEN}Hecho. Reinicia${NC} \ No newline at end of file +echo -e "${GREEN}Hecho. Reinicia${NC}" \ No newline at end of file