Skip to content

Commit 313c2d9

Browse files
authored
Merge pull request #304 from weskerty/master
Update Termux.sh
2 parents 0329f2f + 6602002 commit 313c2d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +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 --disable-download-timeout && \
5-
pacman -S gcc make wget curl git ffmpeg imagemagick python python-pip --noconfirm --disable-download-timeout && \
6-
pacman -S nodejs npm --noconfirm --disable-download-timeout && \
4+
pacman -Sy && \
5+
pacman -Syu gcc make wget curl git ffmpeg imagemagick python python-pip nodejs npm --noconfirm --disable-download-timeout && \
76
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
87
mkdir -p ~/script && wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/script/mystic.sh && \
98
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/alive.sh -O ~/alive.sh && \

0 commit comments

Comments
Β (0)