From ad3a05ca6b684851b24948f8fd0ce0b46f834cff Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sat, 2 Nov 2024 13:08:46 -0300 Subject: [PATCH] Update bootstrap.sh --- bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 0a72252..02528c6 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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() {