diff --git a/src/ubuntu/install/fonts/install_custom_fonts.sh b/src/ubuntu/install/fonts/install_custom_fonts.sh index af8e7a2..633ae09 100644 --- a/src/ubuntu/install/fonts/install_custom_fonts.sh +++ b/src/ubuntu/install/fonts/install_custom_fonts.sh @@ -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 \