Skip to content

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

@SerialCore

Description

@SerialCore

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions