From 6dd0387833dc3d168521329a0b74692426e0741e Mon Sep 17 00:00:00 2001 From: clsty Date: Sat, 15 Nov 2025 08:35:59 +0800 Subject: [PATCH] Improve message --- sdata/subcmd-install/1.deps-router.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdata/subcmd-install/1.deps-router.sh b/sdata/subcmd-install/1.deps-router.sh index c21b6b959..2d2c78aff 100644 --- a/sdata/subcmd-install/1.deps-router.sh +++ b/sdata/subcmd-install/1.deps-router.sh @@ -81,7 +81,7 @@ elif [[ "$OS_GROUP_ID" =~ ^(arch|gentoo|fedora)$ ]]; then printf "\n" if [[ "${tmp_update_status}" = "OUTDATED" ]]; then printf "${STY_RED}NOTE: The conclusion above is determined automatically by comparing latest Git commit time,\n" - printf "which is not always correct because some changes on \"dist-arch\" is not needed for \"dist-${TARGET_ID}\",\n" + printf "however sometimes the changes on \"dist-arch\" are actually not needed for \"dist-${TARGET_ID}\",\n" printf "in such case you should just ignore it and continue.\n" printf "${STY_RST}\n" fi