Skip to content

Commit

Permalink
Update debian-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
theource authored Jul 2, 2022
1 parent d4f9693 commit c9dea9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/installers/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ function install_python_requirements {
# running pip with sudo can result in permissions errors, run as arm
sudo -u arm pip3 install --upgrade pip wheel setuptools psutil pyudev
sudo -u arm pip3 install --ignore-installed --prefer-binary -r requirements.txt
sudo -u arm pip3 install flask-bcrypt --user
}

function setup_autoplay() {
Expand Down

0 comments on commit c9dea9f

Please sign in to comment.