Subir archivos a "/"
This commit is contained in:
parent
4c5f3bc909
commit
56882bd929
3
LATAM
3
LATAM
@ -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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user