Merge branch 'bugfix/KASM-6826-fix_fonts_opensuse_core_develop' into 'develop'

modify custom fonts url for opensuse-15 in develop

Closes KASM-6826

See merge request kasm-technologies/internal/workspaces-core-images!271
This commit is contained in:
Justin Travis 2025-03-15 23:40:28 +00:00
commit 7511c38520

View File

@ -44,7 +44,7 @@ elif [[ "${DISTRO}" == @(oracle8|oracle9|rhel9|rockylinux9|rockylinux8|almalinux
done
elif [ "${DISTRO}" == "opensuse" ]; then
zypper addrepo -G \
https://download.opensuse.org/repositories/M17N:/fonts/15.5/ fonts-x86_64
https://download.opensuse.org/repositories/M17N:/fonts/15.6/ fonts-x86_64
zypper install -ny \
glibc-i18ndata \
glibc-locale \