From 07c7a18483692e59ab41919c8a0f437e7d2fef1a Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Fri, 19 Jan 2024 13:01:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index c572530..1055fc9 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,7 @@ red='\033[0;31m' green='\033[0;32m' +yellow='\033[0;33m' plain='\033[0m' export PATH=$PATH:/usr/local/bin @@ -201,6 +202,7 @@ install_maraidb setup_database() { echo -e "${green}开始配置数据库${plain}" + echo -e "${yellow}请无比妥善保存以下信息${plain}" read -e -r -p "请输入数据库用户名: " db_user read -e -r -p "请输入数据库密码: " db_password read -e -r -p "请输入数据库名称: " db_name