cannot execute: required file not found
dos2unix
# 安装 dos2unix(Debian/Ubuntu 系统) sudo apt-get install dos2unix # 转换脚本换行符为 LF dos2unix test.sh
# 运行脚本给权限 chmod +x frp.sh # 运行脚本 ./test.sh