From 858b3e651f5c787c582910b659f816f3a35e8cd7 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 19 Dec 2024 22:15:09 +0100 Subject: [PATCH] fixed yay --- setup-raveos.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup-raveos.sh b/setup-raveos.sh index 90463cc..dc07e56 100644 --- a/setup-raveos.sh +++ b/setup-raveos.sh @@ -12,10 +12,10 @@ yellow=$(tput setaf 3) # ${yellow} sudo systemctl enable gdm.service git clone https://aur.archlinux.org/yay-bin.git - cd yay + cd yay-bin makepkg -si cd - - rm -rf yay + rm -rf yay-bin yay -S yaru --noconfirm @@ -44,6 +44,4 @@ yellow=$(tput setaf 3) # ${yellow} cp -a .themes /home/$USER/ cp -a .icons /home/$USER/ dconf load / < raveui-* - set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png - - reboot \ No newline at end of file + set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.pnp \ No newline at end of file