diff --git a/post-install-cachyos.sh b/post-install-cachyos.sh index 6881414..64d63d9 100755 --- a/post-install-cachyos.sh +++ b/post-install-cachyos.sh @@ -784,7 +784,7 @@ configure_fastfetch_terminal_summary() { cp "$fastfetch_config" "$fastfetch_config.backup.$(date +%Y%m%d%H%M%S)" fi - cat > "$fastfetch_config" < "$fastfetch_config" <<'FASTFETCHCONFIG' { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { @@ -882,9 +882,6 @@ post_checks() { echo "Sone:" | tee -a "$LOG_FILE" command -v sone | tee -a "$LOG_FILE" || true - echo "Orchis theme:" | tee -a "$LOG_FILE" - [[ -d "$HOME/.themes/$ORCHIS_THEME_NAME" ]] && echo "$HOME/.themes/$ORCHIS_THEME_NAME" | tee -a "$LOG_FILE" || true - log "Done. Log saved at: $LOG_FILE" } @@ -911,7 +908,7 @@ main() { echo echo "✅ Post-install completed." - echo "🔁 Recommended: reboot to apply kernel, drivers, Docker group membership, Brave policies, GDM autologin, and theme changes." + echo "🔁 Recommended: reboot to apply kernel, drivers, Docker group membership, Brave policies, GDM autologin, shell changes, and terminal configuration." } main "$@"