From bb3cbf4afb1cbf8e06eb0a7ee16b9eae21c8b55f Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 11 May 2022 23:27:40 +0800 Subject: [PATCH] Fixed #162 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 280e0a80..d597ead3 100755 --- a/install.sh +++ b/install.sh @@ -212,8 +212,8 @@ while [[ "$#" -gt 0 ]]; do break ;; *) - prompt -e "ERROR: Unrecognized theme variant '$1'." - prompt -i "Try '$0 --help' for more information." + echo "ERROR: Unrecognized theme variant '$1'." + echo "Try '$0 --help' for more information." exit 1 ;; esac