mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 06:51:45 +02:00
Merge branch 'bugfix/KASM-6826-fix_fonts_installation_in_opensuse15_1.16.1' into 'release/1.16.1'
modify custom fonts url for opensuse-15 in 1.16.1 See merge request kasm-technologies/internal/workspaces-core-images!256
This commit is contained in:
commit
6056732485
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user