From eb927f0cdeafa62d1ea6334aa6dfe229cd582a17 Mon Sep 17 00:00:00 2001 From: laWiskaPY <82781997+weskerty@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:04:11 -0400 Subject: [PATCH 1/2] Update update.sh --- web/Guias/Utilidades/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Guias/Utilidades/update.sh b/web/Guias/Utilidades/update.sh index 8f22398263..cb997f2b74 100644 --- a/web/Guias/Utilidades/update.sh +++ b/web/Guias/Utilidades/update.sh @@ -1,6 +1,6 @@ #!/bin/bash pacman -Syu --noconfirm cd $HOME/mystic/ || echo Falla. Mystic no Existe. -npm install @whiskeysockets/baileys@latest @adiwajshing/baileys@latest --force || echo "#########Error al instalar en mystic" +npm install @whiskeysockets/baileys@latest --force || echo "#########Error al instalar en mystic" #npm install --force npm start . From 738eb0604458404d21d13a59cb273a57ea15fc14 Mon Sep 17 00:00:00 2001 From: laWiskaPY <82781997+weskerty@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:07:13 -0400 Subject: [PATCH 2/2] Update Termux.sh --- web/Guias/Utilidades/Termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Guias/Utilidades/Termux.sh b/web/Guias/Utilidades/Termux.sh index eb2715e5ba..32dced235d 100644 --- a/web/Guias/Utilidades/Termux.sh +++ b/web/Guias/Utilidades/Termux.sh @@ -1,6 +1,6 @@ #!/bin/bash wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/.bashrc -O ~/.bashrc -proot-distro login archlinux -- bash -c "pacman -Syu wget curl nodejs nano npm git ffmpeg python imagemagick --noconfirm && \ +proot-distro login archlinux -- bash -c "pacman -Syu wget curl nodejs npm git ffmpeg imagemagick --noconfirm && \ wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \ chmod 777 ~/update.sh && \ git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \