From 3478ffbc5a14a9dbe99ac451870cd8f2000c3350 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 6 Dec 2022 07:54:14 -0800 Subject: [PATCH] install.sh: Improvements --- ci/release/_install.sh | 22 ++-------------------- ci/release/template/scripts/lib.sh | 4 ++-- ci/sub | 2 +- install.sh | 26 ++++---------------------- 4 files changed, 9 insertions(+), 45 deletions(-) diff --git a/ci/release/_install.sh b/ci/release/_install.sh index c791b0918..6428f432b 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -207,16 +207,12 @@ main() { if [ -n "${UNINSTALL-}" ]; then uninstall if [ -n "${DRY_RUN-}" ]; then - bigheader "*********** -Rerun without --dry-run to execute printed commands and perform install. -***********" + bigheader "Rerun without --dry-run to execute printed commands and perform install." fi else install if [ -n "${DRY_RUN-}" ]; then - bigheader "*********** -Rerun without --dry-run to execute printed commands and perform install. -***********" + bigheader "Rerun without --dry-run to execute printed commands and perform install." fi fi } @@ -277,13 +273,6 @@ EOF log "Run man d2plugin-tala for detailed TALA docs." fi fi - logcat >&2 <&2 <&2 <&2 <