diff --git a/bootspeak b/bootspeak index 7a37f42510..66b8969bc4 100644 --- a/bootspeak +++ b/bootspeak @@ -1,7 +1,7 @@ _IP=$(hostname -I) || true if [ "$_IP" ]; then printf "My IP address is %s\n" "$_IP" - espeak "Welcome to Brooklyn. My I.P. is $_IP. I repeat: $_IP" + espeak "Welcome to Brooklyn NXT. My I.P. is $_IP. I repeat: $_IP. Fuck this bitch T3Q" else espeak "Welcome to Brooklyn. No I.P. found." fi