From 72f484ee7884c633e6970be4f6b4784f65c57a47 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 17 Aug 2023 15:33:43 +0200 Subject: [PATCH] Replace fortune with cbonsai --- src/day_4/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/day_4/tasks.md b/src/day_4/tasks.md index 6d77364..3f1a6dc 100644 --- a/src/day_4/tasks.md +++ b/src/day_4/tasks.md @@ -9,7 +9,7 @@ Write a Bash script that installs the following _essential_ Linux packages for y - `cmatrix` - `cowsay` - `lolcat` -- `fortune` +- `cbonsai` After the installation is done, the script should let `cowsay` inform the user that the insallation was successful.