We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acl/app/wizard/tmpl/http/setup.sh acl/app/wizard/tmpl/master/setup.sh
function guess_os() { os_name=`uname -s` os_type=`uname -p`
uname -p 好像改成 uname -m 好一点, 腾讯云他们弄的opencloudos 操作系统, 用 uname -p 输出为 ‘unknown’ 用uname -m 都会输出 x86_64 ,兼容性强一点
The text was updated successfully, but these errors were encountered:
是的,已经修改了,谢谢。
Sorry, something went wrong.
No branches or pull requests
acl/app/wizard/tmpl/http/setup.sh
acl/app/wizard/tmpl/master/setup.sh
uname -p 好像改成 uname -m 好一点, 腾讯云他们弄的opencloudos 操作系统, 用 uname -p 输出为 ‘unknown’
用uname -m 都会输出 x86_64 ,兼容性强一点
The text was updated successfully, but these errors were encountered: