update-fastfetch is a lightweight shell script to automatically install or upgrade Fastfetch to the latest release on supported Linux systems.
It is designed to be simple, portable, and suitable for both manual use and automated provisioning (e.g. servers, VMs, or bootstrap scripts).
- Automatically fetches the latest Fastfetch release from GitHub
- Detects system architecture automatically (amd64, armhf, arm64)
- Downloads and installs the correct
.debpackage - Works when run as a normal user (uses
sudoonly when required) - Minimal dependencies (
curl,grep) - Clear logging output with timestamps
Currently optimized for:
- Debian-based systems (Debian, Ubuntu, DietPi)
Architecture support:
amd64armhf/armv7larm64/aarch64
Other distributions may work if .deb packages are compatible.
git clone https://github.com/mews-se/update-fastfetch.git
cd update-fastfetchchmod +x updatefastfetch.sh./updatefastfetch.shThe script will automatically:
- Detect your system architecture
- Fetch the latest release
- Download and install/update Fastfetch
-
You do not need to run the script with sudo
It will elevate privileges automatically when installing. -
If Fastfetch is already up-to-date, no changes will be made.
-
The script downloads packages to
/tmpand cleans up automatically.
[2026-04-01 20:38:35] Detected Fastfetch asset: linux-amd64.deb
[2026-04-01 20:38:36] Resolved release URL: https://github.com/fastfetch-cli/fastfetch/releases/download/...
[2026-04-01 20:38:36] Downloading package...
[2026-04-01 20:38:38] Installing package via apt-get
[2026-04-01 20:38:40] Fastfetch install/update complete
This project is released into the public domain under The Unlicense.
-
You do not need to run the script with sudo
It will elevate privileges automatically when installing. -
If Fastfetch is already up-to-date, no changes will be made.
-
The script downloads packages to
/tmpand cleans up automatically.
[2026-04-01 20:38:35] Detected Fastfetch asset: linux-amd64.deb
[2026-04-01 20:38:36] Resolved release URL: https://github.com/fastfetch-cli/fastfetch/releases/download/...
[2026-04-01 20:38:36] Downloading package...
[2026-04-01 20:38:38] Installing package via apt-get
[2026-04-01 20:38:40] Fastfetch install/update complete
MIT (or same as original project if applicable)