From 4e083caabe0715492038ade548076f5c278cc949 Mon Sep 17 00:00:00 2001 From: adminroot Date: Sat, 25 Oct 2025 19:34:52 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 7ff3cd0..a228ee3 100644 --- a/setup.sh +++ b/setup.sh @@ -33,7 +33,7 @@ for choice in $choices; do ;; 3) echo "配置常用alias缩写" - wget https://git.nvme.cc/adminroot/setup/raw/branch/main/alias.txt -qO ~/.alias.txt + wget https://git.nvme.cc/adminroot/setup/raw/branch/main/src/alias.txt -qO ~/.alias.txt echo -e 'if [ -f ~/.alias.txt ]; then\n . ~/.alias.txt\nfi' >>~/.bashrc ;; 4)