Skip to content

Commit ad334b6

Browse files
authored
Merge pull request #290 from weskerty/master
Actualizacion Web y Mas
2 parents 6336de9 + 6b19f16 commit ad334b6

File tree

15 files changed

+196
-183
lines changed

15 files changed

+196
-183
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@
6161
> [!IMPORTANT]\
6262
> **No** se asegura que este **proyecto siga funcionando al 100% debido** a cuestiones de tiempo personales de @BrunoSobrino, por lo cual **el proyecto esta en manos de colaboradores** y usuarios que deseen aportar actualizaciones.
6363
64-
> [!WARNING]\
65-
> **Este proyecto no ofrece soporte oficial para su uso en Termux.** Termux es una aplicación de terminal para Android y, aunque puede ser utilizada para ejecutar diversos programas, **este proyecto no está diseñado ni probado específicamente para funcionar en Termux**. Por lo tanto, **no garantizamos compatibilidad ni soporte técnico en este entorno**.
66-
6764

6865
# Opciones de despliegue
6966

@@ -114,6 +111,13 @@ En esta sección encontrarás **botones de despliegue** que te permitirán imple
114111
[![Run on Repl.it](https://binbashbanana.github.io/deploy-buttons/buttons/remade/replit.svg)](https://repl.it/github/BrunoSobrino/TheMystic-Bot-MD)
115112
[![Deploy to Render](https://binbashbanana.github.io/deploy-buttons/buttons/remade/render.svg)](https://dashboard.render.com/blueprint/new?repo=https://github.com/BrunoSobrino/TheMystic-Bot-MD)
116113
<!-- [![Deploy to Vercel](https://binbashbanana.github.io/deploy-buttons/buttons/remade/vercel.svg)](https://vercel.com/new/clone?repository-url=https://github.com/BrunoSobrino/TheMystic-Bot-MD) -->
114+
<a href="https://brunosobrino.github.io/TheMystic-Bot-MD/">
115+
<img src="https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Termux">
116+
</a>
117+
<a href="https://brunosobrino.github.io/TheMystic-Bot-MD/">
118+
<img src="https://img.shields.io/badge/Linux-black?style=for-the-badge&logo=linux&logoColor=white" alt="Linux">
119+
<a href="https://brunosobrino.github.io/TheMystic-Bot-MD/">
120+
<img src="https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows">
117121

118122
# Soporte y Comunidad
119123

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>🔮The Mystic Bot🔮</title>
6+
<title>The Mystic Bot🔮</title>
77
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&display=swap" rel="stylesheet">
8-
<link rel="icon" type="image/gif" href="web/favicon.ico">
8+
<link rel="icon" type="image/x-icon" href="web/favicon.ico">
99
<link rel="stylesheet" href="web/estilo.css">
1010
<style>
1111
/* Estilo de Carga*/
@@ -39,7 +39,7 @@
3939
</div>
4040

4141
<video autoplay muted loop id="bg-video" preload="auto">
42-
<source src="https://github.com/user-attachments/assets/fd54742d-a7e9-49f4-b268-da16689918c1" type="video/mp4">
42+
<source src="https://github.com/user-attachments/assets/39cbf647-28cd-4604-a717-ada1439d274b" type="video/mp4">
4343
Er Video
4444
</video>
4545

@@ -142,7 +142,7 @@
142142
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
143143
new Crate({
144144
server: '1278571215635877908',
145-
channel: '1280976262504124508'
145+
channel: '1286022420330840215'
146146
});
147147
</script>
148148

web/Guias/Linux/es.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ <h1>Instalacion en Linux</h1>
44
<h1>Comandos</h1>
55
<p>Abre la Terminal o Konsole y Pega los Comandos de Acuerdo a Tu Distro.</p>
66
<p>Debian y Basados</p>
7-
<code>sudo apt install wget curl nodejs nano npm git ffmpeg python3 -y</code>
7+
<code>sudo apt install wget curl nodejs nano npm git ffmpeg python3 imagemagick -y</code>
88
<p>Arch y Basados</p>
9-
<code>sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python --noconfirm </code>
9+
<code>sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python imagemagick --noconfirm </code>
1010
<p>Fedora</p>
11-
<code>sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3</code>
11+
<code>sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3 imagemagick </code>
1212

1313
<p>Luego de que eso Termine Ejecuta esto</p>
1414
<code>git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && cd mystic && npm install && npm start .</code>

web/Guias/Linux/ingles.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ <h1>Installation on Linux</h1>
44
<h1>Commands</h1>
55
<p>Open Terminal or Konsole and paste the commands according to your distro.</p>
66
<p>Debian and derivatives</p>
7-
<code>sudo apt install wget curl nodejs nano npm git ffmpeg python3 -y</code>
7+
<code>sudo apt install wget curl nodejs nano npm git ffmpeg python3 imagemagick -y</code>
88
<p>Arch and derivatives</p>
9-
<code>sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python --noconfirm </code>
9+
<code>sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python imagemagick --noconfirm </code>
1010
<p>Fedora</p>
11-
<code>sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3</code>
11+
<code>sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3 imagemagick </code>
1212

1313
<p>After this finishes, run this</p>
1414
<code>git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && cd mystic && npm install && npm start .</code>

web/Guias/Termux/es.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ <h1>Guía de Instalación Termux</h1>
44

55
<h2>⬇️ Descargar Termux</h2>
66
<p> Instala Termux <a href="https://github.com/termux/termux-app/releases/download/v0.119.0-beta.1/termux-app_v0.119.0-beta.1+apt-android-7-github-debug_universal.apk">Clic Aqui para Descargar Termux ⬇️</a> Recuerda darle todos los permisos a Termux </p>
7-
<p>Si esa version no funciona con tu telefono, deberas Buscar la Version Compatible en <a href="https://github.com/termux/termux-app/releases">Termux Github</a></p>
8-
<p>Suele decir <code>termux-app_vxxx-+apt-android-7-github-debug_universal.apk</code>. Android 7 se refiere a que funciona con Android 7 y superior. Hay otra versión para Android 7 e inferior llamada Android5. </p>
9-
<blockquote><p> EL TERMUX DE GOOGLE PLAY NO FUNCIONA. </p></blockquote>
7+
<p>Si esa version no funciona con tu telefono, deberas Buscar la Version Compatible en <a href="https://github.com/termux/termux-app/releases">Termux Github ↗️</a> o Descargar <a href="https://f-droid.org/F-Droid.apk"> F-Droid ⬇️</a> y Descargar Termux desde Ahi</p>
8+
<blockquote><p> EL TERMUX DE GOOGLE PLAY NO FUNCIONA. </p></blockquote>
109

1110

1211
<h2>⬇️ Instalar Mystic Bot</h2>
@@ -16,6 +15,10 @@ <h2>⬇️ Instalar Mystic Bot</h2>
1615
<h1>📹 Video Demostrativo; </h1>
1716
<video src="https://github.com/user-attachments/assets/a109c5ef-1124-437c-b616-5dc2ca7bdec8" controls width="100%" height="auto"></video>
1817

18+
<p>En caso de Aparecer Error "Arch ya Instalado" puedes borrar Datos de Termux y Empezar de Nuevo. No Minimices para evitar fallas.</p>
19+
<p>Tambien puedes ejecutar simplemente esto para saltar ese error</p>
20+
<code> apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && wget -O - https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/Termux.sh | bash </code>
21+
1922
<h2>🖥️ Iniciar de Nuevo</h2>
2023
<p> Para volver a abrir el bot en caso de que se cierre Termux, Solo abre de nuevo Termux, esto hara que se Inicie Automaticamente. </p>
2124
<p>Para cancelar la ejecucion automatica al abrir Termux Presiona la Tecla CTRL + C del Teclado.</p>

web/Guias/Termux/ingles.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ <h1>Termux Installation Guide</h1>
44

55
<h2>⬇️ Download Termux</h2>
66
<p> Install Termux <a href="https://github.com/termux/termux-app/releases/download/v0.119.0-beta.1/termux-app_v0.119.0-beta.1+apt-android-7-github-debug_universal.apk">Click Here to Download Termux ⬇️</a> Remember to grant all permissions to Termux. </p>
7-
<p>If this version doesn't work with your phone, you will need to search for the compatible version on <a href="https://github.com/termux/termux-app/releases">Termux Github</a></p>
8-
<p>It usually says <code>termux-app_vxxx-+apt-android-7-github-debug_universal.apk</code>. Android 7 means it works with Android 7 and above. There is another version for Android 7 and below called Android5.</p>
7+
<p>If that version doesn't work with your phone, you should Search for the Compatible Version on <a href="https://github.com/termux/termux-app/releases">Termux Github ↗️</a> or Download <a href="https://f-droid.org/F-Droid.apk">F-Droid ⬇️</a> and Download Termux from There</p>
98
<blockquote><p> THE TERMUX FROM GOOGLE PLAY DOES NOT WORK. </p></blockquote>
109

1110
<h2>⬇️ Install Mystic Bot</h2>
1211
<p>Simply copy and paste this into Termux</p>
13-
<code> apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && proot-distro install archlinux && wget -O - https://raw.githubusercontent.com/weskerty/test/main/Termux/mystic.sh | bash </code>
12+
<code> apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && proot-distro install archlinux && wget -O - https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/Termux.sh | bash </code>
1413

1514
<h1>📹 Demonstrative Video: </h1>
1615
<video src="https://github.com/user-attachments/assets/a109c5ef-1124-437c-b616-5dc2ca7bdec8" controls width="100%" height="auto"></video>
1716

17+
<p>If you get the error "Arch already installed" you can delete Termux data and start over. Do not minimize to avoid crashes.</p>
18+
<p>You can also simply run this to skip that error</p>
19+
<code> apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && wget -O - https://raw.githubusercontent.com/weskerty/test/main/Termux/mystic.sh | bash </code>
20+
1821
<h2>🖥️ Restart</h2>
1922
<p> To reopen the bot if Termux closes, just open Termux again, this will make it start automatically. </p>
2023
<p>To cancel automatic execution when opening Termux, press the CTRL + C key on the keyboard.</p>

web/Guias/Utilidades/.bashrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
termux-wake-lock
2+
proot-distro login archlinux -- /bin/bash -c ./update.sh
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
!include x64.nsh
2+
!include FileFunc.nsh
3+
4+
OutFile "TheMystic.exe"
5+
Icon "F:\Documentos\LinuxMint\ICO\Mystic.ico" #Aqui el logo
6+
RequestExecutionLevel highest
7+
Name "Instalador MysticBot"
8+
9+
Section "MainSection" SEC01
10+
11+
SetOutPath $TEMP
12+
File /oname=$TEMP\UpMystic.bat "F:\Escritorio\UpMystic.bat" #El Script de Instalacion
13+
14+
${If} ${RunningX64}
15+
ExecWait '"$WINDIR\SysNative\cmd.exe" /c "$TEMP\UpMystic.bat"' #Variables para ejecucion nativa en 64Bits
16+
${Else}
17+
ExecWait '"$WINDIR\System32\cmd.exe" /c "$TEMP\UpMystic.bat"'
18+
${EndIf}
19+
20+
Delete "$TEMP\UpMystic.bat"
21+
22+
Quit
23+
SectionEnd
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
@echo off
2+
setlocal
3+
4+
echo ######### Verificando...
5+
6+
IF NOT EXIST "%USERPROFILE%\mystic" (
7+
echo ######### Instalando...
8+
9+
powershell -NoProfile -ExecutionPolicy Bypass -Command "& { [System.Net.ServicePointManager]::Expect100Continue = $false; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) } -NoNewWindow -Wait"
10+
11+
:: Dependencias en Choco, se puede agregar más.
12+
choco install python nodejs ffmpeg-full git ImageMagick -y
13+
14+
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git "%USERPROFILE%\mystic"
15+
cd "%USERPROFILE%\mystic"
16+
npm install
17+
npm start
18+
exit /b
19+
)
20+
21+
echo ######### Verificando Actualizaciones...
22+
23+
cd "%USERPROFILE%\mystic" || (
24+
echo ######### Error, No Existe Mystic
25+
exit /b
26+
)
27+
28+
git pull https://github.com/BrunoSobrino/TheMystic-Bot-MD.git > git_output.txt
29+
30+
findstr "Already up to date" git_output.txt >nul
31+
if %errorlevel% equ 0 (
32+
echo Actualizado.
33+
) else (
34+
echo Actualizando...
35+
npm install --force || (
36+
echo ######### Error en NPM. Ejecutando Igualmente.
37+
)
38+
)
39+
40+
npm start || (
41+
echo ######### Error al Iniciar. Contacta a los Grupos de Soporte.
42+
)
43+
44+
del git_output.txt
45+
endlocal

web/Guias/Utilidades/Termux.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/.bashrc -O ~/.bashrc
3+
proot-distro login archlinux -- bash -c "pacman -Syu wget curl nodejs nano npm git ffmpeg python imagemagick --noconfirm && \
4+
wget https://raw.githubusercontent.com/weskerty/test/main/Termux/update.sh -O ~/update.sh && \
5+
chmod 777 ~/update.sh && \
6+
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \
7+
cd mystic && \
8+
npm install && \
9+
npm start ."
10+

web/Guias/Utilidades/update.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
pacman -Syu --noconfirm
3+
cd $HOME/mystic/ || echo Falla. Mystic no Existe.
4+
#git stash && git pull https://github.com/BrunoSobrino/TheMystic-Bot-MD.git && git stash pop || echo "#########Error al actualizar mystic"
5+
#npm install @whiskeysockets/baileys@latest @adiwajshing/baileys@latest --force || echo "#########Error al instalar en mystic"
6+
npm install --force
7+
npm start .

web/Guias/Windows/es.html

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11

2-
<h1> Instalacion en Windows </h1>
2+
<h1>🖥️ Instalacion en Windows </h1>
33
<img src="https://github.com/user-attachments/assets/6a2efba9-9b47-4195-9ae2-64592352e888" alt="Imagen de guía" width="70%" height="auto"/>
4-
<p> Es tan facil como <a href="https://github.com/weskerty/test/blob/main/Windows/MagiskInstallWindows.bat">Descargar Este Archivo ⬇️</a> y Ejecutarlo como Adminstrador </p>
5-
<p> Eso instalara Automaticamente todo lo que Necesites e Iniciara Pidiendote Iniciar con Codigo QR o Numero de Telefono. </p>
4+
<p> Es tan facil como <a href="https://github.com/BrunoSobrino/TheMystic-Bot-MD/releases/download/WInstaller/TheMystic.exe">Descargar⬇️</a> y Ejecutar </p>
5+
<p> Eso instalara Automaticamente todo lo que Necesites e Iniciara Pidiendote Iniciar con Codigo QR o Numero de Telefono cuando Termine de Instalar </p>
66

77

8-
<h2> Iniciar Bot Nuevamente </h2>
9-
<p>Para iniciar el bot abre UpdateAndStart.bat que se encuentra en Disco C:\ y Listo. </p>
8+
<h2>🔄 Iniciar Bot Nuevamente </h2>
9+
<p>Para iniciar el bot abre TheMystic.exe de nuevo y Listo. </p>
10+
<br>
1011
<p>Tambien Puedes Abrir la Ubicacion de la Carpeta donde esta y Abrir CMD Desde Ahi, O Directamente desde CMD con este comando <code>cd %USERPROFILE%\mystic && npm start .
1112
</code></p>
1213
<blockquote><p>Windows Tiene una Limitacion con la Terminal el cual pausa la Ejecucion si se Minimiza, ademas de mostrar ventanas emergentes de manera aleatoria al usarse ffmpeg</p>
1314
<p>Para Solucionar esto debes agregar una Tarea en Programador de Tareas</p></blockquote>
1415
<p>Abre el Programador de Tareas y Configuralo con estas Opciones: </p>
1516
<p>Añadir Nueva Tarea Basica o Simple</p>
16-
<p>Agregar Nombre, Elegir UpdateAndStart.bat y que se inicie al inicar el equipo mas Ajustes Avanzados</p>
17+
<p>Agregar Nombre, Elegir TheMystic.EXE y que se inicie al inicar el equipo mas Ajustes Avanzados</p>
1718
<p>Ejecutar Tanto como si se inicia sesion como si no</p>
1819
<p>Ajusta para que no se detenga la tarea despues de 3 dias y demas ajustes preferenciales</p>
19-
<p>Asi; </p>
20+
<h2>Asi; </h2>
2021
<video src="https://github.com/user-attachments/assets/aa3794c1-a753-48f5-b178-a2f709b0820f" controls width="100%" height="auto"></video>
2122

2223
<p>Esto hara que inicie Automaticamente al encender la PC sin verse y sin Pausarse</p>
2324
<h3> Para mas informacion ve a los Grupos de Ayuda en alguna de estas Plataformas o Habla Directamente desde el Widget<h3>
2425

25-
<h1> Instalacion Manual </h1>
26-
<p>Descarga e Instala Nodejs, Git y python</p>
26+
<h1>🖐️ Instalacion Manual </h1>
27+
<p>Descarga e Instala Nodejs, Git, ffmpeg y python</p>
2728
<p>Instalalo, clona la repo, npminstall en la carpeta contenedora ajustes de config y npm start .</p>

web/Guias/Windows/ingles.html

+23-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1-
<h1> Windows Installation </h1>
2-
<img src="https://github.com/user-attachments/assets/6a2efba9-9b47-4195-9ae2-64592352e888" alt="Guide Image" width="70%" height="auto"/>
3-
<p> It is as easy as <a href="https://github.com/weskerty/test/blob/main/Windows/MagiskInstallWindows.bat">Downloading This File ⬇️</a> and Running it as Administrator </p>
4-
<p> This will automatically install everything you need and start by asking you to log in with a QR Code or Phone Number. </p>
1+
<h1>🖥️ Installation on Windows </h1>
2+
<img src="https://github.com/user-attachments/assets/6a2efba9-9b47-4195-9ae2-64592352e888" alt="Guide Image" width="70%" height="auto"/>
3+
<p> It's as easy as <a href="https://github.com/BrunoSobrino/TheMystic-Bot-MD/releases/download/WInstaller/TheMystic.exe">Downloading⬇️</a> and Running </p>
4+
<p> That will automatically install everything you need and start asking you to start with QR Code or Phone Number when it finishes installing </p>
55

6-
<h2> Restart the Bot </h2>
7-
<p>To start the bot, open UpdateAndStart.bat located in Drive C:\ and that’s it. </p>
8-
<p>You can also open the folder location and open CMD from there, or directly from CMD with this command <code>cd %USERPROFILE%\mystic && npm start .</code></p>
9-
<blockquote><p>Windows has a limitation with the terminal where the execution pauses if minimized, and it shows random pop-up windows when using ffmpeg.</p>
10-
<p>To solve this, you need to add a task in Task Scheduler.</p></blockquote>
11-
<p>Open Task Scheduler and configure it with these options: </p>
12-
<p>Add a New Basic or Simple Task</p>
13-
<p>Add a Name, Choose UpdateAndStart.bat, and set it to start at system boot with additional advanced settings.</p>
14-
<p>Run whether the user is logged in or not.</p>
15-
<p>Set it so the task doesn't stop after 3 days and adjust other preferences as needed.</p>
16-
<p>Like this; </p>
17-
<video src="https://github.com/user-attachments/assets/aa3794c1-a753-48f5-b178-a2f709b0820f" controls width="100%" height="auto"></video>
6+
<h2>🔄 Start Bot Again </h2>
7+
<p>To start the bot open TheMystic.exe again and that's it. </p>
8+
<br>
9+
<p>You can also open the folder location where it is and open CMD from there, or directly from CMD with this command <code>cd %USERPROFILE%\mystic && npm start .
10+
</code></p>
11+
<blockquote><p>Windows has a limitation with the Terminal which pauses the execution if it is minimized, in addition to showing pop-ups randomly when using ffmpeg</p>
12+
<p>To solve this you must add a Task in Task Scheduler</p></blockquote>
13+
<p>Open the Task Scheduler and configure it with these options: </p>
14+
<p>Add New Basic or Simple Task</p>
15+
<p>Add Name, Choose TheMystic.EXE and start when the computer starts plus Advanced Settings</p>
16+
<p>Run Whether or not you log in</p>
17+
<p>Adjust so that the task does not stop after 3 days and other preferential settings</p>
18+
<h2>Like this; </h2>
19+
<video src="https://github.com/user-attachments/assets/aa3794c1-a753-48f5-b178-a2f709b0820f" controls width="100%" height="auto"></video>
1820

19-
<p>This will make it start automatically when the PC turns on, without being visible or pausing.</p>
20-
<h3> For more information, check the Help Groups on one of these platforms or contact directly from the Widget.<h3>
21+
<p>This will make it start automatically when you turn on your PC without being seen or pausing.</p>
22+
<h3> For more information, go to the Help Groups on any of these Platforms or Talk Directly from the Widget<h3>
2123

22-
<h1> Manual Installation </h1>
23-
<p>Download and install Node.js, Git, and Python.</p>
24-
<p>Install them, clone the repository, run npm install in the folder containing the config settings, and npm start.</p>
24+
<h1>🖐️ Manual Installation </h1>
25+
<p>Download and Install Nodejs, Git, ffmpeg and python</p>
26+
<p>Install it, clone the repo, npminstall in the config settings and npm start container folder.</p>

web/es.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3 id="despliegue-en-otros">Despliegue en Otros</h3>
114114
<img src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/render.svg" alt="Deploy to Render">
115115
</a>
116116
<a href="web/Guias/Termux/">
117-
<img src="https://img.shields.io/badge/Termux-000000?style=for-the-badge&logo=iterm2&logoColor=white" alt="Termux">
117+
<img src="https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Termux">
118118
</a>
119119
<a href="web/Guias/Linux/">
120120
<img src="https://img.shields.io/badge/Linux-black?style=for-the-badge&logo=linux&logoColor=white" alt="Linux">

0 commit comments

Comments
 (0)