From e981621844e0f5683f2de8c83d979996b9dc8456 Mon Sep 17 00:00:00 2001 From: Teja Swaroop Pothala Date: Wed, 15 Jan 2025 20:33:25 +0530 Subject: [PATCH] modify custom fonts url for opensuse-15 in 1.15.0 --- src/ubuntu/install/fonts/install_custom_fonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ubuntu/install/fonts/install_custom_fonts.sh b/src/ubuntu/install/fonts/install_custom_fonts.sh index c10c00b..d12123a 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|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 \