Skip to content

Commit

Permalink
Update Termux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
weskerty authored Oct 3, 2024
1 parent 1c6accb commit 6ab393a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web/Guias/Utilidades/Termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ proot-distro login debian -- bash -c "
bash nodesource_setup.sh && \
apt-get install nodejs -y && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/mystic.sh && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/script/mystic.sh && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/alive.sh -O ~/alive.sh && \
chmod +x ~/update.sh && \
chmod +x ~/mystic.sh && \
chmod +x ~/script/mystic.sh && \
chmod +x ~/alive.sh && \
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \
cd mystic && \
npm install && \
Expand Down

0 comments on commit 6ab393a

Please sign in to comment.