From 0903e92ff24fe410ec2dc6a52634804b29853647 Mon Sep 17 00:00:00 2001 From: Mark Hjorth <91736325+mhs-trackunit@users.noreply.github.com> Date: Sun, 28 May 2023 16:42:12 +0200 Subject: [PATCH] Add Trackunit Ascii art --- macos-setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macos-setup.sh b/macos-setup.sh index d420632..5732892 100644 --- a/macos-setup.sh +++ b/macos-setup.sh @@ -1,3 +1,5 @@ +base64 -d <<<"H4sIAE4hcmQAA8WRuw0FIQwEc6o4yQ3Qh6VN3YAz+s/vZ3M+w4mXvclAIy9eStkuhBzZ5vxTlAs8ojGIjWY0GsSpR3Wc+LPIN9WwI+Nj6zVeD1smp0wvQVY9wltZipREnptS7VZ9mR4RXymomiaG7KNEJkCAJ4Uaej3RPKNU4xGxx5CTOF8TCz+eNLHa/UvpZ8DtNVb7bmUHbfXEpzYDAAA=" | gunzip + # Check if running on macOS: unamestr=$(uname) if [[ "$unamestr" != 'Darwin' ]]; then