From e4c8ec036d92c0a265fea3a54d0bca269c10e0c0 Mon Sep 17 00:00:00 2001 From: rwxrob Date: Fri, 17 Jun 2022 20:28:45 +0000 Subject: [PATCH] Install make as dep --- scripts/fishies | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fishies b/scripts/fishies index 9436058..7f882c4 100755 --- a/scripts/fishies +++ b/scripts/fishies @@ -14,8 +14,8 @@ $SIG{"INT"} = \&handle; # Keep in mind that you probably have to install libcurses-perl # and Term::Animation from CPAN for this to work: # -# sudo apt install libcurses-perl -# sudo cpan -I Term::Animation +# sudo apt install libcurses-perl make +# sudo cpan -I Term::Animation # # Special thanks to @UndeadLeech for adding the transparency. This is # the *only* fish/asciiquarium without the default black background.