Merge branch 'bugfix/KASM-6826-fix_fonts_installation_in_opensuse15_1.15.0' into 'release/1.15.0'

modify custom fonts url for opensuse-15 in 1.15.0

See merge request kasm-technologies/internal/workspaces-core-images!258
This commit is contained in:
Richard Koliser 2025-01-16 20:47:01 +00:00
commit 3f391c3011

View File

@ -44,7 +44,7 @@ elif [[ "${DISTRO}" == @(oracle8|oracle9|rockylinux9|rockylinux8|almalinux9|alma
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 \