File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/python3 -W ignore::SyntaxWarning
22
33# This file is part of TorBox, an easy to use anonymizing router based on Raspberry Pi.
44# Copyright (C) 2024 radio24
Original file line number Diff line number Diff line change @@ -739,6 +739,9 @@ if [ "$STEP_NUMBER" -le "3" ]; then
739739 sudo rm " $PYTHON_LIB_PATH /EXTERNALLY-MANAGED"
740740 fi
741741
742+ # Uninstalling the blinker package, because it's installed in the requirements.txt
743+ sudo apt -y remove python3-blinker
744+
742745 # Install and check Python requirements
743746 # How to deal with Pipfile, Pipfile.lock and requirements.txt:
744747 # 1. Check the Pipfile --> is the package in the list?
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/python3 -W ignore::SyntaxWarning
22# -*- coding: utf-8 -*-
33
44# This file is part of TorBox, an easy to use anonymizing router based on Raspberry Pi.
You can’t perform that action at this time.
0 commit comments