Removed echo from post and pre

This commit is contained in:
Sambo Chea 2021-03-26 10:21:51 +07:00
parent 4f2d819e5f
commit 60291ec65d
2 changed files with 1 additions and 5 deletions

View File

@ -4,8 +4,6 @@
# MIT
#
echo "Post-installation..."
# Catch errors
set -ex

View File

@ -2,6 +2,4 @@
#
# Copyright (c) 2021 Sambo Chea <sombochea@cubetiqs.com
# MIT
#
echo "Pre-installation..."
#