File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/.bashrc -O ~ /.bashrc
3
3
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 && \
7
6
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
8
7
mkdir -p ~/script && wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/script/mystic.sh && \
9
8
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/alive.sh -O ~/alive.sh && \
You canβt perform that action at this time.
0 commit comments