Subir archivos a "/"

This commit is contained in:
darnix 2025-11-26 20:22:22 +00:00
parent 4c5f3bc909
commit 56882bd929

3
LATAM
View File

@ -217,7 +217,7 @@ time_reboot() {
dependencias() { dependencias() {
dpkg --configure -a >/dev/null 2>&1 dpkg --configure -a >/dev/null 2>&1
apt -f install -y >/dev/null 2>&1 apt -f install -y >/dev/null 2>&1
packages="zip unzip python python3 python3-pip openssl iptables lsof pv boxes at mlocate gawk bc jq npm nodejs socat net-tools cowsay figlet lolcat" packages="zip unzip python python3 python3-pip openssl iptables lsof pv boxes at mlocate gawk bc jq npm nodejs socat net-tools cowsay figlet lolcat xxd"
for i in $packages; do for i in $packages; do
paquete="$i" paquete="$i"
echo -e "\033[1;97m INSTALANDO PAQUETE \e[93m >>> \e[36m $i" echo -e "\033[1;97m INSTALANDO PAQUETE \e[93m >>> \e[36m $i"
@ -280,6 +280,7 @@ instalador_final() {
Filbot="${SCPdir}/botmanager" Filbot="${SCPdir}/botmanager"
Filpy="${SCPdir}/filespy" Filpy="${SCPdir}/filespy"
Filotros="${SCPdir}/temp" Filotros="${SCPdir}/temp"
chmod +x /etc/SCRIPT-LATAM/menu.sh
IP=$(cat /root/.ssh/authrized_key.reg) IP=$(cat /root/.ssh/authrized_key.reg)
### INSTALAR VERSION DE SCRIPT ### INSTALAR VERSION DE SCRIPT
v1=$(curl -sSL "https://raw.githubusercontent.com/NetVPS/LATAM_Oficial/main/Version") v1=$(curl -sSL "https://raw.githubusercontent.com/NetVPS/LATAM_Oficial/main/Version")