Actualizar customizable_post_install.sh

This commit is contained in:
MacRimi 2025-05-09 10:55:23 +02:00 committed by GitHub
parent e7a7d1eb3b
commit 64ec1b63d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2180,6 +2180,7 @@ configure_fastfetch() {
msg_error "$(translate "Failed to retrieve Fastfetch download URL.")" msg_error "$(translate "Failed to retrieve Fastfetch download URL.")"
return 1 return 1
fi fi
msg_ok "$(translate "Fastfetch download URL retrieved successfully.")"
wget -qO /tmp/fastfetch.deb "$fastfetch_deb_url" wget -qO /tmp/fastfetch.deb "$fastfetch_deb_url"