|
|
@@ -1,8 +1,8 @@
|
|
|
#!/bin/bash
|
|
|
+wget -O /root/install_python27.sh https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/install_python27.sh
|
|
|
+bash /root/install_python27.sh
|
|
|
# INSTALADO --- ACTULIZADO EL 17-02-2026 --By @Kalix1 MOD @Yosoyhendrix
|
|
|
clear && clear
|
|
|
-wget -O /etc/VPS-MX/install_python27.sh https://repo.yosoyhendrix.com/yosoyhendrix/Python-2.7/raw/main/install_python27.sh
|
|
|
-bash /etc/VPS-MX/install_python27.sh
|
|
|
colores="$(pwd)/colores"
|
|
|
rm -rf ${colores}
|
|
|
wget -O ${colores} "https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/Otros/colores" &>/dev/null
|