Skip to content

Commit 7275924

Browse files
authored
Merge pull request #335 from radio24/ubuntu-fixes
Ubuntu fixes
2 parents 33a87c8 + b92ba06 commit 7275924

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

bin/clock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

install/run_install_on_ubuntu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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?

log_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)