setup-base: asciiquarium als Terminal-Screensaver aufgenommen
This commit is contained in:
parent
538201879a
commit
866985abc8
1 changed files with 12 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ apt install -y \
|
|||
flatpak \
|
||||
thunderbird thunderbird-locale-de \
|
||||
keepassxc \
|
||||
htop btop cmatrix \
|
||||
htop btop cmatrix libcurses-perl \
|
||||
timeshift \
|
||||
vlc \
|
||||
language-pack-de \
|
||||
|
|
@ -143,6 +143,17 @@ apt install -y \
|
|||
|| { fail "apt install fehlgeschlagen"; dpkg --configure -a; apt install -f -y; }
|
||||
ok "Pakete installiert (apt)"
|
||||
|
||||
# asciiquarium (nicht in apt verfuegbar, manuell installieren)
|
||||
if ! command -v asciiquarium &>/dev/null; then
|
||||
curl -fsSL https://robobunny.com/projects/asciiquarium/asciiquarium_1.1.tar.gz -o /tmp/asciiquarium.tar.gz \
|
||||
&& tar xzf /tmp/asciiquarium.tar.gz -C /tmp \
|
||||
&& cp /tmp/asciiquarium_1.1/asciiquarium /usr/local/bin/ \
|
||||
&& chmod +x /usr/local/bin/asciiquarium \
|
||||
&& ok "asciiquarium installiert" \
|
||||
|| warn "asciiquarium uebersprungen"
|
||||
rm -rf /tmp/asciiquarium*
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue