diff --git a/termux.sh b/termux.sh index 1d69e2b..175f889 100644 --- a/termux.sh +++ b/termux.sh @@ -1,3 +1,3 @@ #!/bin/bash -proot-distro login debian -- bash -c "pacman -Syu wget curl nodejs nano npm; 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 clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic; cd mystic ; npm install ; nano config.js && npm start ."