From fb8d26255461887c28e5a08af8a74403d9827da9 Mon Sep 17 00:00:00 2001 From: liyang <272891021@qq.com> Date: Sun, 22 Sep 2024 20:34:25 +0800 Subject: [PATCH] Fix spelling errors --- script/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install.sh b/script/install.sh index f312b09..dfa76bb 100644 --- a/script/install.sh +++ b/script/install.sh @@ -112,7 +112,7 @@ elif [ "$ARCH" == "UNKNOWN" ]; then echo -e "\r\n${RED_COLOR}Opus${RES}, this script do not support your platfrom\r\nTry ${GREEN_COLOR}install by band${RES}\r\n" exit 1 elif ! command -v systemctl >/dev/null 2>&1; then - echo -e "\r\n${RED_COLOR}Opus${RES}, your Linux do not support systemctl\r\nnTry ${GREEN_COLOR}install by band${RES}\r\n" + echo -e "\r\n${RED_COLOR}Opus${RES}, your Linux do not support systemctl\r\nTry ${GREEN_COLOR}install by band${RES}\r\n" exit 1 fi