From 019222529bc9f5593376bbd05550a395ec238b49 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 26 Mar 2026 14:00:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E4=BF=AE=E5=A4=8D=20curl=20|?= =?UTF-8?q?=20bash=20=E4=B8=8B=20decman=20=E4=BA=A4=E4=BA=92=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=97=A0=E6=B3=95=E8=AF=BB=E5=8F=96=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 6ea18f6..bf4daeb 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -35,7 +35,7 @@ echo "==> 安装 decman..." yay -S --needed --noconfirm decman echo "==> 应用系统配置..." -sudo decman --source "$CONFIG_DIR/source.py" +sudo decman --source "$CONFIG_DIR/source.py" < /dev/tty echo "==> 设置默认 shell 为 zsh..." if [ "$SHELL" != "$(which zsh)" ]; then