Skip to content

Commit 8d4af7e

Browse files
committed
bump peerid to 2.1.1
1 parent 9d5c9f3 commit 8d4af7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/root/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ mkdir -p /home/nobody/.cache/Python-Eggs
6666
# remove permissions for group and other from the Python-Eggs folder
6767
chmod -R 700 /home/nobody/.cache/Python-Eggs
6868

69-
# change peerid to appear to be 2.0.3 stable - note this does not work for all/any private trackers at present
70-
sed -i -e "s~peer_id = substitute_chr(peer_id, 6, release_chr)~peer_id = \'-DE205s-\'\n release_chr = \'s\'~g" /usr/lib/python3*/site-packages/deluge/core/core.py
69+
# change peerid to appear to be 2.1.1 stable - note this does not work for all/any private trackers at present
70+
sed -i -e "s~peer_id = substitute_chr(peer_id, 6, release_chr)~peer_id = \'-DE211s-\'\n release_chr = \'s\'~g" /usr/lib/python3*/site-packages/deluge/core/core.py
7171

7272
# container perms
7373
####

0 commit comments

Comments
 (0)