setup-base: fastfetch aufgenommen (ersetzt neofetch)

This commit is contained in:
rene 2026-03-15 11:00:56 +01:00
parent b9a7dda998
commit 58a8fe0591

View file

@ -154,6 +154,15 @@ if ! command -v asciiquarium &>/dev/null; then
rm -rf /tmp/asciiquarium*
fi
# fastfetch (nicht in apt verfuegbar, .deb von GitHub)
if ! command -v fastfetch &>/dev/null; then
curl -fsSL https://github.com/fastfetch-cli/fastfetch/releases/latest/download/fastfetch-linux-amd64.deb -o /tmp/fastfetch.deb \
&& dpkg -i /tmp/fastfetch.deb \
&& ok "fastfetch installiert" \
|| warn "fastfetch uebersprungen"
rm -f /tmp/fastfetch.deb
fi
# FreeCAD + LibreOffice + Bitwarden via Snap
snap install freecad 2>/dev/null || warn "FreeCAD Snap uebersprungen"
snap install libreoffice 2>/dev/null || warn "LibreOffice Snap uebersprungen"