From dcbc4471e8d338f06a89a97c3256e994316ceb1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Thu, 28 May 2026 15:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 3aa88c5..1cb3040 100644 --- a/install.sh +++ b/install.sh @@ -10,6 +10,9 @@ # sudo ./install.sh status — 查看服务状态 # +source /etc/profile +source ~/.bashrc + set -euo pipefail # ======================== 配置区 ========================