diff --git a/src/day_1/tasks.md b/src/day_1/tasks.md index 09be3f6..efc4dd4 100644 --- a/src/day_1/tasks.md +++ b/src/day_1/tasks.md @@ -39,7 +39,7 @@ Find out how to update your system with `dnf` and run the updates. Before you confirm, make sure that you read what packages are updated. Make a screenshot of the changes. -It is possible that you don't find any update. In this case, you can try it tomorrow again! +It is possible that you don't find any updates. In this case, you can try it again on another day! ## Task 4: Package installation and usage @@ -53,8 +53,8 @@ Make a screenshot of some cow wisdom 🐮 Now install the package `lolcat`. -Lets call the wisdom command you did take the last screenshot of `COMMAND`. +Lets say the wisdom command you did take the last screenshot of is `cowsay (...)`. -Now run `COMMAND | lolcat`. Describe what changed. Can you guess how this internally works? +Now run `cowsay (...) | lolcat`. Describe what changed. Can you guess how this internally works? Now read the help of `lolcat` and find out how to add some randomness. Run the command above again with the option you found and take a screenshot after you are satisfied with the randomness you get.