This commit is contained in:
2026-05-16 20:22:44 +02:00
parent 1442953ee4
commit d99cba6bf9
+2 -5
View File
@@ -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" <<FASTFETCHCONFIG
cat > "$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 "$@"