How to install Gnome 48 Beta

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.

  1. Edit the /etc/pacman.conf file:
    Add the following lines above the [core] section:

    [gnome-unstable]
    Include = /etc/pacman.d/mirrorlist
    


2. Update your system and install the latest GNOME packages:

sudo pacman -Syuu
  1. Reboot your system after the installation is complete.

Reverting to Stable GNOME

To revert to the stable version of GNOME:

  1. Remove or comment out the gnome-unstable repository from /etc/pacman.conf.
  2. Run sudo pacman -Syuu to downgrade to the stable packages.