增加 aarch64_generic 兼容性
This commit is contained in:
@@ -32,6 +32,14 @@ setup_base_init() {
|
||||
|
||||
}
|
||||
|
||||
# 调整架构 兼容aarch64_generic
|
||||
add_arch() {
|
||||
if ! wget -O /etc/opkg/arch.conf $HTTP_HOST/mtarch/arch.conf; then
|
||||
echo "下载 arch.conf 失败,脚本终止。"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
## 安装应用商店和主题
|
||||
install_istore_os_style() {
|
||||
##设置Argon 紫色主题
|
||||
@@ -577,6 +585,7 @@ while true; do
|
||||
case $choice in
|
||||
|
||||
1)
|
||||
add_arch
|
||||
if [[ "$gl_name" == *3000* ]]; then
|
||||
# 设置风扇工作温度
|
||||
setup_cpu_fans
|
||||
|
||||
Reference in New Issue
Block a user