Skip to content

Commit

Permalink
Bootstrap from HTTP mirror instead of HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Nov 23, 2021
1 parent 787f1c3 commit 0fdf330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ "$ROOTFS_PATH" == "" ]]; then
fi

if [[ "$MIRROR" == "" ]]; then
MIRROR="https://mirrors.tuna.tsinghua.edu.cn/ubuntu"
MIRROR="http://mirrors.tuna.tsinghua.edu.cn/ubuntu"
fi

rm -rf "$ROOTFS_PATH"
Expand Down

0 comments on commit 0fdf330

Please sign in to comment.