Skip to content

Commit

Permalink
Update MagiskInstallWindows.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
weskerty authored Sep 16, 2024
1 parent 95f1219 commit cfaa70b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Windows/MagiskInstallWindows.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
@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"

bitsadmin /transfer IniciadorMystic /download /priority high /DYNAMIC https://raw.githubusercontent.com/weskerty/test/main/Windows/UpdateAndStart.bat C:\IniciarMystic.bat
:: 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 cfaa70b

Please sign in to comment.