diff --git a/setup-base.sh b/setup-base.sh index 12ee3d0..860ce08 100755 --- a/setup-base.sh +++ b/setup-base.sh @@ -144,6 +144,9 @@ apt install -y \ ok "Pakete installiert (apt)" # asciiquarium (nicht in apt verfuegbar, manuell installieren) +# benoetigt Term::Animation (ebenfalls nicht in apt, daher via CPAN) +apt-get install -y libcurses-perl -qq +perl -MTerm::Animation -e1 2>/dev/null || cpan -T Term::Animation 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 \