I wanted to try the new gnome beta, so I added the gnome-unstable repo and updated, but now when booting I’m stuck at running hook [plymouth]
What is the correct way to install the beta? Any help is greatly appreciated.
I wanted to try the new gnome beta, so I added the gnome-unstable repo and updated, but now when booting I’m stuck at running hook [plymouth]
What is the correct way to install the beta? Any help is greatly appreciated.
Edit the /etc/pacman.conf
file:
Add the following lines above the [core] section:
[gnome-unstable]
Include = /etc/pacman.d/mirrorlist
sudo pacman -Syuu
To revert to the stable version of GNOME:
/etc/pacman.conf
.sudo pacman -Syuu
to downgrade to the stable packages.