From 64ec1b63d61844b3e04b72758d1d8a83b2c9e3be Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 9 May 2025 10:55:23 +0200 Subject: [PATCH] Actualizar customizable_post_install.sh --- scripts/customizable_post_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index 78e4bab..7aa3e17 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -2180,6 +2180,7 @@ configure_fastfetch() { msg_error "$(translate "Failed to retrieve Fastfetch download URL.")" return 1 fi + msg_ok "$(translate "Fastfetch download URL retrieved successfully.")" wget -qO /tmp/fastfetch.deb "$fastfetch_deb_url"