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