From 527cb9e9b06dd211690c4c4a291db333647cb164 Mon Sep 17 00:00:00 2001 From: Elysia <1391048988@qq.com> Date: Fri, 21 Nov 2025 02:01:35 +0800 Subject: [PATCH] Install Google Sans Flex font from the copr repo. --- sdata/dist-fedora/feddeps.toml | 3 ++- sdata/subcmd-install/3.files.sh | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sdata/dist-fedora/feddeps.toml b/sdata/dist-fedora/feddeps.toml index 44211dc0b..f21169a1b 100644 --- a/sdata/dist-fedora/feddeps.toml +++ b/sdata/dist-fedora/feddeps.toml @@ -64,7 +64,8 @@ packages = [ "material-icons-fonts", "readex-pro-fonts-all", "google-rubik-vf-fonts", - "twitter-twemoji-fonts" + "twitter-twemoji-fonts", + "google-sans-flex-vf-fonts" ] # Hyprland diff --git a/sdata/subcmd-install/3.files.sh b/sdata/subcmd-install/3.files.sh index a9fc8dc68..41e9972d0 100644 --- a/sdata/subcmd-install/3.files.sh +++ b/sdata/subcmd-install/3.files.sh @@ -177,8 +177,10 @@ case "${EXPERIMENTAL_FILES_SCRIPT}" in *)source sdata/subcmd-install/3.files-legacy.sh;; esac -showfun install_google_sans_flex -v install_google_sans_flex +if [[ ! "$OS_GROUP_ID" == "fedora" ]]; then + showfun install_google_sans_flex + v install_google_sans_flex +fi #####################################################################################