From c6e9531e5da1ccf2546ac48f3613f2763f7b1d9c Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Fri, 18 Nov 2022 21:12:50 +0900 Subject: [PATCH] Update InstallNET.sh --- Linux_reinstall/InstallNET.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/InstallNET.sh b/Linux_reinstall/InstallNET.sh index 557fe7f..5a311ee 100644 --- a/Linux_reinstall/InstallNET.sh +++ b/Linux_reinstall/InstallNET.sh @@ -670,7 +670,7 @@ if [[ -n "$tmpDIST" ]]; then # For example, the official of Ubuntu 22.04(jammy) mirror site doesn't provide any related files to download, the following is here: # http://archive.ubuntu.com/ubuntu/dists/jammy/main/installer-amd64/current/legacy-images/ # So we have no possibility to accomplish Ubuntu network installation in future. -# Canonical.inc is son of a bitch, they change change back and forth, pood and pee everywhere. +# Canonical.inc is son of a bitch, they change back and forth, pood and pee everywhere. # [[ "$isDigital" == '22.04' ]] && DIST='jammy'; } }