diff --git a/Termux/mystic.sh b/Termux/mystic.sh index 0f87640..077f9f6 100644 --- a/Termux/mystic.sh +++ b/Termux/mystic.sh @@ -1,3 +1,5 @@ #!/bin/bash -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 ." +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 ."