Skip to content

Commit

Permalink
Update mystic.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
weskerty authored Sep 16, 2024
1 parent 1eef3bd commit 084c8a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Termux/mystic.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash
wget https://raw.githubusercontent.com/weskerty/test/main/Termux/update.sh -O ~/update.sh
wget https://raw.githubusercontent.com/weskerty/test/main/Termux/.bashrc -O ~/.bashrc
proot-distro login archlinux -- bash -c "pacman -Syu wget curl nodejs nano npm git ffmpeg python ; git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic ; cd mystic ; npm install ; nano config.js && npm start ."
proot-distro login archlinux -- bash -c "pacman -Syu wget curl nodejs nano npm git ffmpeg python --noconfirm && \
wget https://raw.githubusercontent.com/weskerty/test/main/Termux/update.sh -O ~/update.sh && \
chmod 777 ~/update.sh && \
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \
cd mystic && \
npm install && \
nano config.js && \
npm start"

0 comments on commit 084c8a4

Please sign in to comment.