Compare commits

..

1 Commits

Author SHA1 Message Date
ad3a05ca6b Update bootstrap.sh 2024-11-02 13:08:46 -03:00

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() {