chore: Clean up tuned-gui desktop file name

This commit is contained in:
Kyle Gospodnetich 2024-01-16 23:56:37 -08:00
parent 67d0aa1066
commit 8597de32f8

View File

@ -186,6 +186,7 @@ RUN rpm-ostree install \
gum \
setools \
redhat-lsb-core && \
sed -i 's@Name=tuned-gui@Name=TuneD Manager@g' /usr/share/applications/tuned-gui.desktop && \
ln -s /usr/share/fonts/google-noto-sans-cjk-fonts /usr/share/fonts/noto-cjk && \
wget https://raw.githubusercontent.com/scaronni/steam-proton-mf-wmv/master/installcab.py -O /usr/bin/installcab && \
wget https://github.com/scaronni/steam-proton-mf-wmv/blob/master/install-mf-wmv.sh -O /usr/bin/install-mf-wmv && \