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"