fix
This commit is contained in:
@@ -784,7 +784,7 @@ configure_fastfetch_terminal_summary() {
|
|||||||
cp "$fastfetch_config" "$fastfetch_config.backup.$(date +%Y%m%d%H%M%S)"
|
cp "$fastfetch_config" "$fastfetch_config.backup.$(date +%Y%m%d%H%M%S)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat > "$fastfetch_config" <<FASTFETCHCONFIG
|
cat > "$fastfetch_config" <<'FASTFETCHCONFIG'
|
||||||
{
|
{
|
||||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
"logo": {
|
"logo": {
|
||||||
@@ -882,9 +882,6 @@ post_checks() {
|
|||||||
echo "Sone:" | tee -a "$LOG_FILE"
|
echo "Sone:" | tee -a "$LOG_FILE"
|
||||||
command -v sone | tee -a "$LOG_FILE" || true
|
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"
|
log "Done. Log saved at: $LOG_FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -911,7 +908,7 @@ main() {
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo "✅ Post-install completed."
|
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 "$@"
|
main "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user