Make the dev_setup.sh script runnable as root by default as all packaged versions of mycroft have to run it as root.(as a configuration script) Packaged versions (assuming distro packaging and probably Pip) don't have to run dev_setup.sh . They should install deps with the dependency handling of the package manager in use, not with this script.
2条答案
按热度按时间z4iuyo4d1#
你可以通过将运行
dev_setup.sh
脚本作为dev_setup.sh --allow-root
来允许root运行它。然而,不建议这样运行。lokaqttq2#
Make the dev_setup.sh script runnable as root by default as all packaged versions of mycroft have to run it as root.(as a configuration script)
Packaged versions (assuming distro packaging and probably Pip) don't have to run
dev_setup.sh
. They should install deps with the dependency handling of the package manager in use, not with this script.