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
问题如标题所述 本地下载文件安装
bash install-release.sh -l v2ray-openbsd-64.zip + main -l v2ray-openbsd-64.zip + identify_the_operating_system_and_architecture ++ uname + [[ OpenBSD == \O\p\e\n\B\S\D ]] + case "$(arch -s)" in ++ arch -s + BIT=64 + judgment_parameters -l v2ray-openbsd-64.zip + [[ 2 -gt 0 ]] + case "$1" in + [[ 2 -gt 2 ]] + [[ -z v2ray-openbsd-64.zip ]] + LOCAL_FILE=v2ray-openbsd-64.zip + LOCAL_INSTALL=1 install-release.sh: line 404: HELP: unbound variable
直接安装
bash install-release.sh + main + identify_the_operating_system_and_architecture ++ uname + [[ OpenBSD == \O\p\e\n\B\S\D ]] + case "$(arch -s)" in ++ arch -s + BIT=64 + judgment_parameters + [[ 0 -gt 0 ]] install-release.sh: line 404: HELP: unbound variable
The text was updated successfully, but these errors were encountered:
我遇到了同样的问题。
直接安装 bash install-release.sh报错 install-release.sh: line 404 HELP: unbound variable
bash install-release.sh
install-release.sh: line 404 HELP: unbound variable
试着按照install-release.sh中的步骤手动把压缩包中的文件安装到对应目录下,但是启动时doas rcctl -d start v2ray 报错
install-release.sh
doas rcctl -d start v2ray
doing _rc_parse_conf v2ray_flags empty, using default >-confdir /etc/v2ray/< doing rc_check v2ray doing rc_start doing _rc_wait_for_start doing rc_check 2022/12/29 09:25:49 mmap: cannot allocate memory doing _rc_rm_runfile (failed)
系统信息 uname -a
uname -a
OpenBSD x230.lan 7.2 GENERIC.MP#4 amd64
Sorry, something went wrong.
No branches or pull requests
问题如标题所述
本地下载文件安装
直接安装
The text was updated successfully, but these errors were encountered: