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