We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf017e4 commit 7dd9580Copy full SHA for 7dd9580
Containerfile
@@ -149,6 +149,8 @@ RUN rm /usr/share/applications/shredder.desktop && \
149
mkdir -p "/usr/etc/profile.d/" && \
150
ln -s "/usr/share/ublue-os/firstboot/launcher/login-profile.sh" \
151
"/usr/etc/profile.d/ublue-firstboot.sh" && \
152
+ ln -s "/usr/share/fonts/google-noto-sans-cjk-fonts" \
153
+ "/usr/share/fonts/noto-cjk" && \
154
cp "/usr/share/ublue-os/firstboot/yafti.yml" "/etc/yafti.yml" && \
155
pip install --prefix=/usr yafti && \
156
pip install --prefix=/usr hyfetch && \
0 commit comments