Skip to content

Commit

Permalink
Create MagiskInstallWindows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
weskerty authored Sep 16, 2024
1 parent 5dafb9a commit 95f1219
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Windows/MagiskInstallWindows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
@powershell -NoProfile -ExecutionPolicy Bypass -Command "& { [System.Net.ServicePointManager]::Expect100Continue = $false; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) } -NoNewWindow -Wait"

:: Instalar Dependencias, Se pueden agregar mas que esten en Chocolatey
choco install python nodejs pm2 ffmpeg-full git -y

::Mystic
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic
cd mystic
npm install
echo Ahora Agrega tu Numero o Escanea el QR para Iniciar Sesion. Mas Ayuda en la Web o en los Grupos.
echo Now Add your Number or Scan the QR to Login. More Help on the Web or in the Groups.
npm start .

0 comments on commit 95f1219

Please sign in to comment.