Compare commits

..

2 commits

Author SHA1 Message Date
9919a993a0
Merge branch 'win-installer' into dev 2025-12-15 13:38:25 -08:00
03030427e9
Add new fortune saying 2025-12-15 13:37:10 -08:00

View file

@ -113,6 +113,7 @@ pub fn fortune() -> String {
7 => "TIP OF THE DAY\n\n\nNever go full Snappy!",
8 => "WORDS OF WISDOM\n\n\n\nIts not DNS,\n\nTheres no way its DNS,\n\nIt was DNS.",
9 => "HAL 9000\n\n\n\"I'm sorry Dave, I'm afraid I can't do that.\"",
10 => "\n\n\nIt's now safe to turn off your computer.",
_ => "COMPLETE\n\n\nThank you for using this tool!",
})
}