Help prevent errors (#48)

adding ``emaint sync -r wayland-desktop`` will help prevent non-existent directory errors when trying to install hyprland on gentoo.
This commit is contained in:
chinh4thepro 2022-11-09 11:47:22 -05:00 committed by GitHub
parent 703305c5be
commit 99f25ac1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ The hyprland package is available in the [wayland-desktop](https://github.com/bs
```sh ```sh
eselect repository enable wayland-desktop eselect repository enable wayland-desktop
emaint sync -r wayland-desktop
emerge --ask --verbose hyprland emerge --ask --verbose hyprland
``` ```