mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-19 04:49:13 +08:00
alpine: 不重置 repo
This commit is contained in:
parent
d96068ff94
commit
9d5726b28c
7
trans.sh
7
trans.sh
@ -591,8 +591,11 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# 重置为官方仓库配置
|
# 重置为官方仓库配置
|
||||||
true >/etc/apk/repositories
|
# 国内机可能无法访问mirror列表而报错
|
||||||
setup-apkrepos -1
|
if false; then
|
||||||
|
true >/etc/apk/repositories
|
||||||
|
setup-apkrepos -1
|
||||||
|
fi
|
||||||
|
|
||||||
# 安装到硬盘
|
# 安装到硬盘
|
||||||
# alpine默认使用 syslinux (efi 环境除外),这里强制使用 grub,方便用脚本再次重装
|
# alpine默认使用 syslinux (efi 环境除外),这里强制使用 grub,方便用脚本再次重装
|
||||||
|
Loading…
x
Reference in New Issue
Block a user