From 6036a4c6519dcba9687e2abb2e26cfa94a8735ac Mon Sep 17 00:00:00 2001 From: Daniel Loomb Date: Fri, 25 Oct 2024 13:29:20 -0700 Subject: [PATCH] add post install script! --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index ae74a74..a017a5a 100755 --- a/post-install.sh +++ b/post-install.sh @@ -1,3 +1,3 @@ #! /bin/bash -echo "Hello World" +echo "Hello World!"