Skip to content

Commit

Permalink
Merge pull request #299 from weskerty/master
Browse files Browse the repository at this point in the history
Cambios de Termux
  • Loading branch information
weskerty authored Oct 2, 2024
2 parents 737d7ce + 738eb06 commit 4f03ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/Guias/Utilidades/Termux.sh
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion web/Guias/Utilidades/update.sh
Original file line number Diff line number Diff line change
@@ -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 .

0 comments on commit 4f03ded

Please sign in to comment.