2025-05-29 17:28:52 -06:00
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
link_src () {
|
|
|
|
|
|
bot_retorno="$LINE\n"
|
|
|
|
|
|
bot_retorno+=" 🧬🧬 Soporte - OS 🧬🧬 \n Ubuntu 14 - 16 - 18 - 20 (x64)\n Debian 7,8,9,10 (x64) \n 𝙍𝙚𝙘𝙤𝙢𝙚𝙣𝙙𝙖𝙙𝙤 𝙐𝙗𝙪𝙣𝙩𝙪 18.04 \n 🪦 Solicita Creditos de tu KEY 🛡️⚔️\n"
|
2025-05-29 18:03:58 -06:00
|
|
|
|
bot_retorno+="Verifica tus Keys, https://t.me/drowkid01_bot Reseller : @drowkid01 \n"
|
2025-05-29 17:28:52 -06:00
|
|
|
|
bot_retorno+="$LINE\n"
|
|
|
|
|
|
bot_retorno+="<code>apt update -y; apt upgrade -y; wget -q http://plus.chumogh.xyz/setup; chmod 777 setup; ./setup</code>\n"
|
|
|
|
|
|
bot_retorno+="$LINE\n"
|
|
|
|
|
|
bot_retorno+="$LINE\n"
|
|
|
|
|
|
bot_retorno+=" 🛡️ 𝙸𝚗𝚜𝚝𝚊𝚕𝚊𝚍𝚘𝚛 𝙾𝚏𝚒𝚌𝚒𝚊𝚕 $(cat < /etc/SCRIPT/v-local.log) FOR ARM 🛡️ \n"
|
|
|
|
|
|
bot_retorno+="$LINE\n"
|
2025-05-29 18:03:58 -06:00
|
|
|
|
bot_retorno+="<code>apt update -y; apt upgrade -y; wget -q https://raw.githubusercontent.com/drowkid01/ScriptCGH/main/setup; chmod 777 setup; ./setup</code>\n"
|
2025-05-29 17:28:52 -06:00
|
|
|
|
msj_fun
|
|
|
|
|
|
}
|