From dcc26ad6663883177a311174b305276b405ae44a Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 19 Jul 2025 16:43:14 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/post_install/customizable_post_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index ca62d6d..c0bd2e9 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -2735,6 +2735,7 @@ configure_fastfetch() { msg_ok "$(translate "Fastfetch will start automatically in the console")" msg_success "$(translate "Fastfetch installation and configuration completed")" + register_tool "fastfetch" true } @@ -2946,6 +2947,7 @@ EOF msg_ok "$(translate "Aliases added to .bashrc")" msg_success "$(translate "Figurine installation and configuration completed successfully.")" + register_tool "figurine" true }