debian: 修复云镜像模式安装时,未能正确判断是否支持云内核

This commit is contained in:
bin456789 2024-07-23 00:14:45 +08:00
parent b9923ae638
commit 55880439a1
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -1852,7 +1852,7 @@ EOF
get_axx64() {
case "$(uname -m)" in
x86_64) echo amd64 ;;
aarch_64) echo arm64 ;;
aarch64) echo arm64 ;;
esac
}