fixed yay
This commit is contained in:
parent
202bb8e251
commit
858b3e651f
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.pnp
|
Loading…
Reference in a new issue