setup-base: fastfetch aufgenommen (ersetzt neofetch)
This commit is contained in:
parent
b9a7dda998
commit
58a8fe0591
1 changed files with 9 additions and 0 deletions
|
|
@ -154,6 +154,15 @@ if ! command -v asciiquarium &>/dev/null; then
|
||||||
rm -rf /tmp/asciiquarium*
|
rm -rf /tmp/asciiquarium*
|
||||||
fi
|
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
|
# FreeCAD + LibreOffice + Bitwarden via Snap
|
||||||
snap install freecad 2>/dev/null || warn "FreeCAD Snap uebersprungen"
|
snap install freecad 2>/dev/null || warn "FreeCAD Snap uebersprungen"
|
||||||
snap install libreoffice 2>/dev/null || warn "LibreOffice Snap uebersprungen"
|
snap install libreoffice 2>/dev/null || warn "LibreOffice Snap uebersprungen"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue