bash curl -Ls httpsrawgithubusercontentcomvaxilux-uimasterinstallsh这个命令在Debian10中无法使用还是不行-bash curl command not found
这个错误提示意味着你的系统缺少curl命令,你需要先安装curl再执行这个命令。你可以使用以下命令安装curl:
sudo apt-get update sudo apt-get install curl
安装完成后再执行你提供的命令。
原文地址: https://www.cveoy.top/t/topic/bkv9 著作权归作者所有。请勿转载和采集!