From 60291ec65d76499caef03d80a981f197b6de00d6 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 10:21:51 +0700 Subject: [PATCH] Removed echo from post and pre --- src/post-install.sh | 2 -- src/pre-install.sh | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/post-install.sh b/src/post-install.sh index e687533..be25f11 100755 --- a/src/post-install.sh +++ b/src/post-install.sh @@ -4,8 +4,6 @@ # MIT # -echo "Post-installation..." - # Catch errors set -ex diff --git a/src/pre-install.sh b/src/pre-install.sh index eeb34d7..21f83f8 100755 --- a/src/pre-install.sh +++ b/src/pre-install.sh @@ -2,6 +2,4 @@ # # Copyright (c) 2021 Sambo Chea