From 0ca7810076dd66077b5b007a4ad5b00e28209282 Mon Sep 17 00:00:00 2001 From: Hai HUANG <101720804+maple367@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:37:50 +0800 Subject: [PATCH] modified: install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index f6ce5ef5..bf91e495 100644 --- a/install.sh +++ b/install.sh @@ -225,5 +225,8 @@ install_x_ui() { } echo -e "${green}Running...${plain}" +if release="alpine"; then + echo -e "${red}Alpine is not fully supported for now. The x-ui may not work properly on your system.${plain}" +fi install_base install_x_ui $1