From ce56cfb5c6b0650830e6f7732187673add7c9e96 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 16 May 2024 13:29:13 +0800 Subject: [PATCH] Fixed #220 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d0a213b..f7a8753 100755 --- a/install.sh +++ b/install.sh @@ -628,7 +628,7 @@ while [[ $# -gt 0 ]]; do break ;; *) - prompt -e "ERROR: Unrecognized icon variant '$1'." + prompt -e "ERROR: Unrecognized screen variant '$1'." prompt -i "Try '$0 --help' for more information." exit 1 ;;