sudo -H (fix errors with root)

This commit is contained in:
Thiago Alves 2019-08-20 10:05:55 -03:00 committed by GitHub
parent f585f4643e
commit ffe392752a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -233,7 +233,7 @@ elif [ "$1" == "linux" ]; then
linux_install_deps sudo
install_py_deps
install_py_deps sudo
install_py_deps "sudo -H"
install_all_libs sudo
@ -265,7 +265,7 @@ elif [ "$1" == "rpi" ]; then
sudo apt-get install -y wiringpi
install_py_deps
install_py_deps sudo
install_py_deps "sudo -H"
install_all_libs sudo
@ -293,7 +293,7 @@ elif [ "$1" == "neuron" ]; then
linux_install_deps sudo
install_py_deps
install_py_deps sudo
install_py_deps "sudo -H"
install_all_libs sudo