Skip to content
New issue

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

The method to avoid the bug "/proc/self/fd/11: No such file or directory". #290

Open
SerialCore opened this issue Dec 11, 2023 · 1 comment

Comments

@SerialCore
Copy link

SerialCore commented Dec 11, 2023

Recently, I found a serious bug that the command

bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)

refused to work due to the error "/proc/self/fd/11: No such file or directory". This happened even for help, version and check options applied. Thus, I thought it should have nothing to do with the script itself, but something magic. After a few attemptings, this bug has been solved by executing the following command

bash -c "$(curl -L https:/github.com/v2fly/fhs-install-v2ray/raw/master/install-release.sh)"

with root of course.

@hankji
Copy link

hankji commented Dec 21, 2023

I got the same error

then, I found that :
1 use wget download the install-release.sh
2 bash install-release.sh

it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants