diff --git a/web/app/docs/post-install/optional/page.tsx b/web/app/docs/post-install/optional/page.tsx index 769f128..1d287a9 100644 --- a/web/app/docs/post-install/optional/page.tsx +++ b/web/app/docs/post-install/optional/page.tsx @@ -146,71 +146,122 @@ systemctl enable --now pve-ha-lrm pve-ha-crm corosync `} /> +

Install and Configure Fastfetch

- This option installs and configures Fastfetch, a system information tool that displays system specs and a custom - logo at login. + This option silently installs and configures Fastfetch, a system information tool that displays system specs and a + custom logo at login.

-

What it does:

+

+ What it does: +

Important:

- If you connect to Proxmox via SSH, you should select the Proxmox logo or create a custom one using jp2a or img2txt. - The other logos are generated using chafa and may not display correctly in a standard SSH session. + If you connect to Proxmox via SSH, you should select the Proxmox logo or create a custom one + using jp2a or img2txt. The other logos are generated using chafa and may + not display correctly in a standard SSH session.

-

Example Logos:

+
+

Custom Logos:

+

+ To use a custom logo, place your ASCII art text file in: /usr/local/share/fastfetch/logos/ +

+

+ You can create custom logos using tools like chafa, jp2a, or img2txt. For + best results: +

+ +
+ +

+ Example Logos: +

ProxMenux

- ProxMenux Logo + ProxMenux Logo

Proxmox

- Proxmox Logo + Proxmox Logo

Helper-Scripts

- Helper-Scripts Logo + Helper-Scripts Logo

Home-Labs-Club

- Home-Labs-Club Logo + Home-Labs-Club Logo

Proxmology

- Proxmology Logo + Proxmology Logo
-

This adjustment automates the following commands:

+

This adjustment automates and silently executes the following process:

/dev/null 2>&1 +apt-get install -f -y > /dev/null 2>&1 - # Configure Fastfetch (logo selection and custom message are interactive) - fastfetch --gen-config +# Configure Fastfetch (logo selection remains interactive) +# The configuration is done through a series of jq commands - # Set Fastfetch to run at login - echo "clear && fastfetch" >> ~/.bashrc +# Set Fastfetch to run at login +echo "clear && fastfetch" >> ~/.bashrc `} />