Subir archivos a "/"

This commit is contained in:
darnix 2025-11-24 22:44:30 +00:00
parent ed4d7cfe02
commit ebe8b9e982

2
LATAM
View File

@ -268,7 +268,7 @@ instalador_final() {
/bin/cp /etc/skel/.bashrc ~/ /bin/cp /etc/skel/.bashrc ~/
##-->> DESCARGAR FICHEROS ##-->> DESCARGAR FICHEROS
cd /etc cd /etc
wget https://raw.githubusercontent.com/NetVPS/LATAM_Oficial/main/SCRIPT-LATAM.tar.gz >/dev/null 2>&1 wget https://darix.ooguy.com/darnix/Botcgh/raw/branch/main/Gestor/SCRIPT-LATAM.tar.gz >/dev/null 2>&1
tar -xf SCRIPT-LATAM.tar.gz >/dev/null 2>&1 tar -xf SCRIPT-LATAM.tar.gz >/dev/null 2>&1
chmod +x SCRIPT-LATAM.tar.gz >/dev/null 2>&1 chmod +x SCRIPT-LATAM.tar.gz >/dev/null 2>&1
rm -rf SCRIPT-LATAM.tar.gz rm -rf SCRIPT-LATAM.tar.gz