Skip to content

Commit

Permalink
Update es.html
Browse files Browse the repository at this point in the history
  • Loading branch information
weskerty authored Oct 3, 2024
1 parent 411a43e commit c33df0b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions web/Guias/Linux/es.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@


<h1>Instalacion en Linux</h1>
<img src="https://github.com/user-attachments/assets/6a2efba9-9b47-4195-9ae2-64592352e888" alt="Imagen de guΓ­a" width="70%" height="auto"/>
<img src="https://i.ibb.co/d4rz0w5/Captura-de-pantalla-20240710-092057.png" alt="Imagen de guΓ­a" width="70%" height="auto"/>

<h1>Comandos</h1>
<p>Abre la Terminal o Konsole y Pega los Comandos de Acuerdo a Tu Distro.</p>
<p>Debian y Basados</p>
<code>sudo apt install wget curl nodejs nano npm git ffmpeg python3 imagemagick -y</code>
<p>Arch y Basados</p>
<code>sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python imagemagick --noconfirm </code>
<p>Fedora</p>
<code>sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3 imagemagick </code>
<h1>Instalacion Automatica </h1>
<blockquote><p>Solo para Debian y Basados que usen APT (Como LinuxMint o Ubuntu y Toda su Familia )</p></blockquote>
<p>Abre la <a href="https://terminaldelinux.com/terminal/ ">Terminal</a> y Pega esto:</p></br>
<code>su -c "apt update -y && yes | apt upgrade && pkg install -y wget proot-distro && proot-distro install debian && wget -O - https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/Termux.sh | bash"</code></br>

<h1>Comandos para Instalacion Manual:</h1>
<p>Abre la Terminal o Konsole y Pega los Comandos de Acuerdo a Tu Distro.</p></br>
<h2>Debian y Basados</h2></br>
<code>sudo apt install wget curl nodejs nano npm git ffmpeg python3 imagemagick -y</code></br>
<h2>Arch y Basados</h2></br>
<code>sudo pacman -Syu wget curl nodejs nano npm git ffmpeg python imagemagick --noconfirm </code></br>
<h2>Fedora</h2></br>
<code>sudo dnf install -y wget curl nodejs nano npm git ffmpeg python3 imagemagick </code></br>

<p>Luego de que eso Termine Ejecuta esto</p>
<code>git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && cd mystic && npm install && npm start .</code>
<h1>Luego de que eso Termine Ejecuta esto</h1>
<code>git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && cd mystic && npm install && npm start .</code> </br>
<p>Despues de eso Debera Iniciar Solicitando el Numero para Iniciar Sesion</p>

<p>PAra Volver a Iniciar Ejecuta en la Terminal esto</p>
Expand Down

0 comments on commit c33df0b

Please sign in to comment.