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 4, 2024
1 parent 42767d3 commit 1aaa2ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/Guias/Utilidades/Termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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 -Sy && pacman -Syu --noconfirm && \
pacman -S wget curl git ffmpeg imagemagick --noconfirm && \
pacman -S nodejs npm --noconfirm && \
pacman -S wget curl git ffmpeg imagemagick --noconfirm --disable-download-timeout && \
pacman -S nodejs npm --noconfirm --disable-download-timeout && \
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
mkdir -p ~/script && 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 && \
Expand All @@ -12,6 +12,6 @@ proot-distro login archlinux -- bash -c "
chmod +x ~/alive.sh && \
git clone https://github.com/BrunoSobrino/TheMystic-Bot-MD.git mystic && \
cd mystic && \
npm install && \
npm install --force && \
npm start code
"

0 comments on commit 1aaa2ed

Please sign in to comment.