Skip to content

Commit 21315a7

Browse files
authored
Update Termux.sh
1 parent 1aaa2ed commit 21315a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žweb/Guias/Utilidades/Termux.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/.bashrc -O ~/.bashrc
33
proot-distro login archlinux -- bash -c "
4-
pacman -Sy && pacman -Syu --noconfirm && \
5-
pacman -S wget curl git ffmpeg imagemagick --noconfirm --disable-download-timeout && \
4+
pacman -Sy && pacman -Syu --noconfirm --disable-download-timeout && \
5+
pacman -S gcc make wget curl git ffmpeg imagemagick python python-pip --noconfirm --disable-download-timeout && \
66
pacman -S nodejs npm --noconfirm --disable-download-timeout && \
77
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
88
mkdir -p ~/script && wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/script/mystic.sh && \

0 commit comments

Comments
Β (0)