From 6f916a4c32a07c2ad54dcd9d1713bcc734f93f29 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 22 Jul 2025 22:33:58 +0200 Subject: [PATCH] Update customizable_post_install.sh --- scripts/post_install/customizable_post_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post_install/customizable_post_install.sh b/scripts/post_install/customizable_post_install.sh index dfaa87c..7e5d4c7 100644 --- a/scripts/post_install/customizable_post_install.sh +++ b/scripts/post_install/customizable_post_install.sh @@ -2791,7 +2791,7 @@ configure_fastfetch() { sed -i '/fastfetch/d' ~/.profile /etc/profile 2>/dev/null rm -f /etc/update-motd.d/99-fastfetch -sed -i '/# BEGIN FASTFETCH/,/# END FASTFETCH/d' "$HOME/.bashrc" 2>/dev/null + sed -i '/# BEGIN FASTFETCH/,/# END FASTFETCH/d' "$HOME/.bashrc" 2>/dev/null if ! grep -q '# BEGIN FASTFETCH' "$HOME/.bashrc"; then cat << 'EOF' >> "$HOME/.bashrc" @@ -2810,13 +2810,13 @@ msg_ok "$(translate "Fastfetch will start automatically in the console")" msg_success "$(translate "Fastfetch installation and configuration completed")" register_tool "fastfetch" true - } + # ==========================================================