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"