File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
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 && \
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 && \
6
6
pacman -S nodejs npm --noconfirm --disable-download-timeout && \
7
7
wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/update.sh -O ~/update.sh && \
8
8
mkdir -p ~/script && wget https://raw.githubusercontent.com/BrunoSobrino/TheMystic-Bot-MD/refs/heads/master/web/Guias/Utilidades/mystic.sh -O ~/script/mystic.sh && \
You canβt perform that action at this time.
0 commit comments