From 7b02e3ab31a96cbad2f949d1ccfe2ee279fc81eb Mon Sep 17 00:00:00 2001 From: bin456789 Date: Tue, 15 Oct 2024 00:32:39 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E5=8F=96=E6=B6=88=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9F=A5=E6=89=BE=20windows=208.1=20=E5=AE=B6=E5=BA=AD?= =?UTF-8?q?=E7=89=88=20iso?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 现在 massgrave 不提供 windows 8.1 家庭版链接 --- reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index 0cd43cf..9ccebc4 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -661,7 +661,7 @@ get_windows_iso_links() { ;; 8.1) case "$edition" in - '') echo _ ;; + '') ;; # massgrave 不提供 windows 8.1 家庭版链接 pro) echo pro ;; enterprise) echo enterprise ;; esac