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 1aaa2ed commit 21315a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Guias/Utilidades/Termux.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/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 -Sy && pacman -Syu --noconfirm && \
pacman -S wget curl git ffmpeg imagemagick --noconfirm --disable-download-timeout && \
pacman -Sy && pacman -Syu --noconfirm --disable-download-timeout && \
pacman -S gcc make wget curl git ffmpeg imagemagick python python-pip --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 && \
Expand Down

0 comments on commit 21315a7

Please sign in to comment.