Merge pull request #107 from ublue-os/fix-pkg-name

fix(gnome): Remove noarch from package name
This commit is contained in:
Kyle Gospodnetich 2023-08-05 20:00:41 -07:00 committed by GitHub
commit 11d4c66451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ RUN if grep -qv "gnome" <<< "${IMAGE_NAME}"; then \
gnome-shell-extension-system76-scheduler \
openssh-askpass && \
rpm-ostree override remove \
gnome-classic-session.noarch \
gnome-classic-session \
gnome-tour \
yelp \
; fi