From 34c0f318f82a6a90b2943db848765e257e9053f5 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 19 Dec 2024 23:41:15 +0100 Subject: [PATCH] changed yaru installation --- setup-raveos.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup-raveos.sh b/setup-raveos.sh index 1775531..bd431f3 100644 --- a/setup-raveos.sh +++ b/setup-raveos.sh @@ -17,10 +17,11 @@ yellow=$(tput setaf 3) # ${yellow} cd - rm -rf yay-bin - sleep 2 - - yay -S yaru-gtk-theme --noconfirm - + git clone https://aur.archlinux.org/yaru.git + cd yaru + makepkg -si + cd - + rm -rf yaru # RaveOS Cosmetics