From 8ea40745b5b557927efe98bf5e42f8dc7c6f3b79 Mon Sep 17 00:00:00 2001 From: Abhiraj Rik <133798548+abrik1@users.noreply.github.com> Date: Sat, 27 May 2023 22:39:56 +0530 Subject: [PATCH] add some jokes --- virbos-splash.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virbos-splash.lua b/virbos-splash.lua index 69e615b..d207ba7 100755 --- a/virbos-splash.lua +++ b/virbos-splash.lua @@ -22,7 +22,9 @@ local splashes = { "v!distro add Virbos", '"Irc better" - gerogaga', '"B-but it was compiled with gcc!!!"', + "Never gonna give you up!", "I'd just like to interject for a moment", + "systemd is the best init", } io.stdout:write(splashes[math.random(1, #splashes)] .. '\n')