fix(yafti): Libadwaita isn't pulled as required dependency
RPM spec doesn't list it for some reason, so it needs to be included manually. Fixes the issue for the affected non-Gnome users.
This commit is contained in:
parent
e82d69df09
commit
484ee5b57a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ fi
|
|||
|
||||
wget "${REPO//[$'\t\r\n ']}" -P "/etc/yum.repos.d/"
|
||||
|
||||
rpm-ostree install yafti
|
||||
rpm-ostree install libadwaita yafti
|
||||
|
||||
# Remove ublue COPR
|
||||
rm /etc/yum.repos.d/ublue-os-staging-fedora-*.repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue