You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
$ uname -a
Linux Celsius 5.3.0-19-generic #20-Ubuntu SMP Fri Oct 18 09:04:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ ./setup_custom_fortunes.sh
/usr/games/fortune
Fortune is not installed.
Please install fortune.
$ which fortune
/usr/games/fortune
$if command -v fortune; then echo true; else echo false; fi
/usr/games/fortune
true
$ fortune
Give your very best today. Heaven knows it's little enough.
$ uname -a
Linux Celsius 5.3.0-19-generic #20-Ubuntu SMP Fri Oct 18 09:04:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ ./setup_custom_fortunes.sh
/usr/games/fortune
Fortune is not installed.
Please install fortune.
$ which fortune
/usr/games/fortune
$if command -v fortune; then echo true; else echo false; fi
/usr/games/fortune
true
$ fortune
Give your very best today. Heaven knows it's little enough.