mirror of
https://github.com/bin456789/reinstall.git
synced 2025-08-17 06:41:50 +00:00
debian: 修复云镜像模式安装时,未能正确判断是否支持云内核
This commit is contained in:
2
trans.sh
2
trans.sh
@@ -1852,7 +1852,7 @@ EOF
|
|||||||
get_axx64() {
|
get_axx64() {
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
x86_64) echo amd64 ;;
|
x86_64) echo amd64 ;;
|
||||||
aarch_64) echo arm64 ;;
|
aarch64) echo arm64 ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user