如何 运行 Aion 内核脚本
How to run the Aion Kernel Script
当 运行 来自这里 https://docs.aion.network/docs/native-node-1#section-precompiled-packages 的 ./aion.sh
内核脚本时,我得到以下错误:
Warning! The linux kernel must be greater than or equal to version 4.
aion-kernal/test/aion.sh: line 17: lsb_release: command not found
Warning! Aion blockchain is fully compatible with Ubuntu distribution. Your current system is not Ubuntu distribution. It may have some issues.
aion-kernal/test/aion.sh: line 23: lsb_release: command not found
aion-kernal/test/aion.sh: line 24: [: : integer expression expected
chmod: ./rt/bin/*: No such file or directory
No Java runtime present, requesting install.
谁能帮帮我?
看起来您正在尝试 运行 Mac 上的永恒之塔内核。不幸的是,您现在不能这样做,因为内核仅在 Ubuntu 上构建为 运行。
您可以尝试使用 Docker though! 启动内核。
当 运行 来自这里 https://docs.aion.network/docs/native-node-1#section-precompiled-packages 的 ./aion.sh
内核脚本时,我得到以下错误:
Warning! The linux kernel must be greater than or equal to version 4.
aion-kernal/test/aion.sh: line 17: lsb_release: command not found
Warning! Aion blockchain is fully compatible with Ubuntu distribution. Your current system is not Ubuntu distribution. It may have some issues.
aion-kernal/test/aion.sh: line 23: lsb_release: command not found
aion-kernal/test/aion.sh: line 24: [: : integer expression expected
chmod: ./rt/bin/*: No such file or directory
No Java runtime present, requesting install.
谁能帮帮我?
看起来您正在尝试 运行 Mac 上的永恒之塔内核。不幸的是,您现在不能这样做,因为内核仅在 Ubuntu 上构建为 运行。
您可以尝试使用 Docker though! 启动内核。