From 79e07e0e6f0891f6e53209fa07fea16a3ca846dd Mon Sep 17 00:00:00 2001 From: jhart Date: Mon, 9 Mar 2026 01:04:47 -0400 Subject: [PATCH] cowsay --- setup/ubuntu/init.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 setup/ubuntu/init.sh diff --git a/setup/ubuntu/init.sh b/setup/ubuntu/init.sh new file mode 100755 index 0000000..c914e0f --- /dev/null +++ b/setup/ubuntu/init.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +set -e + +apt update && apt upgrade -y +apt install -y cowsay +cowsay ""Nice Repo. Take my number. 347 429 4231"" \ No newline at end of file