From 2e6ed9160fa1b7a719795311d3385d1d35658ba2 Mon Sep 17 00:00:00 2001
From: RP1 <you@example.com>
Date: Thu, 19 Dec 2024 23:43:22 +0100
Subject: [PATCH] added noconfirm to makepkg

---
 setup-raveos.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup-raveos.sh b/setup-raveos.sh
index bd431f3..37362ec 100644
--- a/setup-raveos.sh
+++ b/setup-raveos.sh
@@ -13,13 +13,13 @@ yellow=$(tput setaf 3) # ${yellow}
 
     git clone https://aur.archlinux.org/yay-bin.git
     cd yay-bin
-    makepkg -si
+    makepkg -si --noconfirm
     cd -
     rm -rf yay-bin
 
     git clone https://aur.archlinux.org/yaru.git
     cd yaru
-    makepkg -si
+    makepkg -si --noconfirm
     cd -
     rm -rf yaru