From aba9402830932a7b2e23fdc9c26f676eea4d34a5 Mon Sep 17 00:00:00 2001 From: jcastro <190036+jcastro@users.noreply.github.com> Date: Thu, 14 May 2026 06:52:08 +0200 Subject: [PATCH] Update Figurine to 2.0.0 --- scripts/post_install/customizable_post_install.sh | 4 ++-- web/app/docs/post-install/optional/page.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index 49491d02..81e467cc 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -2214,13 +2214,13 @@ register_tool "fastfetch" true "$FUNC_VERSION" configure_figurine() { - local FUNC_VERSION="1.0" + local FUNC_VERSION="1.1" # description: Install Figurine (ASCII-art hostname banner) and wire it into the SSH login flow. msg_info2 "$(translate "Installing and configuring Figurine...")" # `FIGURINE_VERSION` env var allows pinning to a specific release; # default tracks the last tested upstream tag. Audit Tier 6 — # recursos remotos sin pinning de versión. - local version="${FIGURINE_VERSION:-1.3.0}" + local version="${FIGURINE_VERSION:-2.0.0}" local file="figurine_linux_amd64_v${version}.tar.gz" local url="https://github.com/arsham/figurine/releases/download/v${version}/${file}" local temp_dir; temp_dir=$(mktemp -d) diff --git a/web/app/docs/post-install/optional/page.tsx b/web/app/docs/post-install/optional/page.tsx index cb2d6ac9..a13f89bc 100644 --- a/web/app/docs/post-install/optional/page.tsx +++ b/web/app/docs/post-install/optional/page.tsx @@ -30,6 +30,7 @@ export const metadata: Metadata = { }, } + function StepNumber({ number }: { number: number }) { return (