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
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.