From 2ed2a66b3c453d2f1f855bcdeda441d6916e8f68 Mon Sep 17 00:00:00 2001 From: Rayae Date: Wed, 4 Sep 2024 12:01:44 +0800 Subject: [PATCH] Update create-rootfs.sh --- create-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-rootfs.sh b/create-rootfs.sh index 10b3e85..266e6d0 100755 --- a/create-rootfs.sh +++ b/create-rootfs.sh @@ -1,7 +1,7 @@ #!/bin/bash # 默认镜像 -default_mirror="https://mirror.leaseweb.net" +default_mirror="https://mirror-hk.koddos.net" rootfs=/mnt/rootfs root_password="arch1234"