From fa8976bc1af847e321440afd540cbf9e288bf8dc Mon Sep 17 00:00:00 2001 From: Faker Date: Wed, 21 Aug 2024 00:39:43 +0800 Subject: [PATCH] Update 1customCDNN.sh --- Scripts/sh/1customCDNN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/sh/1customCDNN.sh b/Scripts/sh/1customCDNN.sh index 6d4f8c6..b62b69c 100644 --- a/Scripts/sh/1customCDNN.sh +++ b/Scripts/sh/1customCDNN.sh @@ -109,7 +109,7 @@ dl_extra_shell() { } # extra.sh 设置区设置 set_default_extra() { - echo -e "一、集成仓库 Shufflewzc-Faker2" + echo -e "一、仓库选择" read -p "直接回车拉取Faker2助力池版仓库,输入3回车拉取Faker3纯净仓库,输入4回车拉取Faker4简洁仓库: " CollectedRepo CollectedRepo=${CollectedRepo:-"2"} # 如果用户直接回车,则默认为 2 }