From b71a379788d0311f1f5ab2e20f116be52df1e3f6 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sun, 19 Dec 2021 16:33:15 +0100 Subject: [PATCH] docs: be a little less intense --- scripts/installer/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/installer b/scripts/installer/installer index 102d4ca47..59ff185c4 100755 --- a/scripts/installer/installer +++ b/scripts/installer/installer @@ -28,7 +28,7 @@ function show_banner { } function print_checksum_error { - echo "$(tput setaf 1)ERROR: the checksum of downloaded file doesn't match the checksum in release!!! Either the file was corrupted during download or the file has been changed during transport!$(tput sgr0)" + echo "$(tput setaf 1)ERROR: the checksum of downloaded file doesn't match the checksum in release! Either the file was corrupted during download or the file has been changed during transport$(tput sgr0)" echo "expected checksum: $checksum" echo "checksum of downloaded file: $localsum" echo "abra was NOT installed/upgraded"