|
@@ -1,6 +1,8 @@
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
# INSTALADO --- ACTULIZADO EL 17-02-2026 --By @Kalix1 MOD @Yosoyhendrix
|
|
# INSTALADO --- ACTULIZADO EL 17-02-2026 --By @Kalix1 MOD @Yosoyhendrix
|
|
|
clear && clear
|
|
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"
|
|
colores="$(pwd)/colores"
|
|
|
rm -rf ${colores}
|
|
rm -rf ${colores}
|
|
|
wget -O ${colores} "https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/Otros/colores" &>/dev/null
|
|
wget -O ${colores} "https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/Otros/colores" &>/dev/null
|
|
@@ -67,7 +69,7 @@ install_inicial() {
|
|
|
}
|
|
}
|
|
|
#CONFIGURAR SSH-ROOT PRINCIPAL AMAZON, GOOGLE
|
|
#CONFIGURAR SSH-ROOT PRINCIPAL AMAZON, GOOGLE
|
|
|
pass_root() {
|
|
pass_root() {
|
|
|
- wget -O /etc/ssh/sshd_config https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/Otros/sshd_config >/dev/null 2>&1
|
|
|
|
|
|
|
+ wget -O /etc/ssh/sshd_config https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/Otros/sshd_config >/dev/null 2>&1
|
|
|
chmod +rwx /etc/ssh/sshd_config
|
|
chmod +rwx /etc/ssh/sshd_config
|
|
|
service ssh restart
|
|
service ssh restart
|
|
|
msgi -bar
|
|
msgi -bar
|
|
@@ -241,6 +243,8 @@ install_vps_mx_85_oficial() {
|
|
|
rm -rf /etc/VPS-MX/MEUIPvps
|
|
rm -rf /etc/VPS-MX/MEUIPvps
|
|
|
echo "/etc/VPS-MX/menu" >/usr/bin/menu && chmod +x /usr/bin/menu
|
|
echo "/etc/VPS-MX/menu" >/usr/bin/menu && chmod +x /usr/bin/menu
|
|
|
echo "/etc/VPS-MX/menu" >/usr/bin/VPSMX && chmod +x /usr/bin/VPSMX
|
|
echo "/etc/VPS-MX/menu" >/usr/bin/VPSMX && chmod +x /usr/bin/VPSMX
|
|
|
|
|
+ wget -O /etc/VPS-MX/setup_services.sh https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/VPS-MX-8.5-Final%20Oficial/Systemd/setup_services.sh
|
|
|
|
|
+ bash /etc/VPS-MX/setup_services.sh
|
|
|
echo "$slogan" >/etc/VPS-MX/message.txt
|
|
echo "$slogan" >/etc/VPS-MX/message.txt
|
|
|
[[ ! -d /usr/local/lib ]] && mkdir /usr/local/lib
|
|
[[ ! -d /usr/local/lib ]] && mkdir /usr/local/lib
|
|
|
[[ ! -d /usr/local/lib/ubuntn ]] && mkdir /usr/local/lib/ubuntn
|
|
[[ ! -d /usr/local/lib/ubuntn ]] && mkdir /usr/local/lib/ubuntn
|