chore: Swap operator for kinoite check

This commit is contained in:
Kyle Gospodnetich 2023-08-07 13:32:24 -07:00
parent 76a61882e2
commit 83adb1f6ac

View File

@ -72,7 +72,7 @@ RUN rpm-ostree install \
yad
# Configure KDE & GNOME
RUN if grep -qv "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
rpm-ostree override remove \
plasma-welcome \
qt5-qdbusviewer && \