Skip to content

Commit

Permalink
sudo -H (fix errors with root)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoralves authored Aug 20, 2019
1 parent f585f46 commit ffe3927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions background_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ffe3927

Please sign in to comment.