forked from RP1/RaveOS-arch
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
|
sudo systemctl enable gdm.service
|
||||||
|
|
||||||
git clone https://aur.archlinux.org/yay-bin.git
|
git clone https://aur.archlinux.org/yay-bin.git
|
||||||
cd yay
|
cd yay-bin
|
||||||
makepkg -si
|
makepkg -si
|
||||||
cd -
|
cd -
|
||||||
rm -rf yay
|
rm -rf yay-bin
|
||||||
|
|
||||||
yay -S yaru --noconfirm
|
yay -S yaru --noconfirm
|
||||||
|
|
||||||
|
@ -44,6 +44,4 @@ yellow=$(tput setaf 3) # ${yellow}
|
||||||
cp -a .themes /home/$USER/
|
cp -a .themes /home/$USER/
|
||||||
cp -a .icons /home/$USER/
|
cp -a .icons /home/$USER/
|
||||||
dconf load / < raveui-*
|
dconf load / < raveui-*
|
||||||
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
|
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.pnp
|
||||||
|
|
||||||
reboot
|
|
Loading…
Reference in a new issue