bash: /dev/fd/63: No such file or directory root

安装64为的ubuntu,在使用root权限调用bash出现错误

root@hostname:~ sudo bash <(wget -q0 https://raw.githubusercontent.com/ubports/unity8-desktop-install-tools/master/install.sh) 
bash: /dev/fd/63: No such file or directory root

解决方案:

sudo bash < <(wget -q0 https://raw.githubusercontent.com/ubports/unity8-desktop-install-tools/master/install.sh)

需要注意bash中<<,<<<和< <之间有什么区别点击查看

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐