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 045e2e6 commit bd4dc55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/Guias/Utilidades/Termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/.bashrc -O ~/.bashrc
proot-distro login debian -- bash -c "
apt-get update && \
apt-get install wget curl git ffmpeg imagemagick -y && \
curl -fsSL https://deb.nodesource.com/setup_lts.x -o nodesource_setup.sh && \
bash nodesource_setup.sh && \
apt-get install -y nodejs && \
apt-get install nodejs wget curl git ffmpeg imagemagick -y && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
chmod +x ~/update.sh && \
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \
Expand Down

0 comments on commit bd4dc55

Please sign in to comment.