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 9e2f921 commit 6d489fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/installers/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ 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
pip3 install flask-bcrypt flask-bcrypt flask_bcrypt --user
}

function setup_autoplay() {
Expand Down

0 comments on commit 6d489fc

Please sign in to comment.