Update bootstrap.sh

This commit is contained in:
2024-11-02 13:08:46 -03:00
parent c363f9f4e3
commit ad3a05ca6b

View File

@ -143,6 +143,7 @@ install_arch() {
clang \ clang \
cmake \ cmake \
curl \ curl \
fastfetch \
ffmpeg \ ffmpeg \
gcc \ gcc \
git \ git \
@ -160,6 +161,10 @@ install_arch() {
unzip \ unzip \
wget \ wget \
zsh zsh
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
} }
main() { main() {