From 6d7ebf5a680f2130f07e54bfde4a01303e3cdafa Mon Sep 17 00:00:00 2001 From: laWiskaPY <82781997+weskerty@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:53:58 -0400 Subject: [PATCH] Update termux.sh --- termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ."