|
|
@@ -0,0 +1,15 @@
|
|
|
+#!/bin/bash
|
|
|
+#Soporte Remoto (SPR)
|
|
|
+echo -e "\033[0;37m BIENVENIDO A SOPORTE ONLINE (APLICANDO FIX's)"
|
|
|
+#Files Py
|
|
|
+rm -rf /etc/VPS-MX/herramientas/speed.sh
|
|
|
+rm -rf /etc/VPS-MX/herramientas/speedtest.py
|
|
|
+cd /etc/VPS-MX/herramientas
|
|
|
+# https://raw.githubusercontent.com/rukshanchamindu/VPS-MX-FREE/main/Install/SPR/code/speedtest_v1.tar >/dev/null 2>&1
|
|
|
+# wget https://raw.githubusercontent.com/lacasitamx/VPSMX/master/code/speedtest_v1.tar >/dev/null 2>&1
|
|
|
+tar -xf speedtest_v1.tar > /dev/null 2>&1
|
|
|
+rm -rf speedtest_v1.tar > /dev/null 2>&1
|
|
|
+cd
|
|
|
+#Fix V2RAY
|
|
|
+mkdir -p /etc/VPS-MX/v2ray > /dev/null 2>&1
|
|
|
+echo -e "\033[0;92m VPSMX INICIADO"
|