Page 1 of 1

AddKey aka Biss key Editor Plugin

Posted: Sun Jan 10, 2021 9:53 am
by Gohel Manish
AddKey plugin V4.1

-Updete
-Fixed an operation error in DreamOS images


Command to install last version

Code: Select all

wget http://tunisia-dreambox.info/TSplugins/AddKey/installer.sh -O - | /bin/sh
or manually using the attach file

Code: Select all

cd /tmp 
tar -xzf AddKey-V4.1.tar.gz -C /
AddKey-4.1.tar.gz
(174.13 KiB) Downloaded 94 times

Re: AddKey aka Biss key Editor Plugin

Posted: Wed Jan 13, 2021 10:46 am
by Gohel Manish
AddKey plugin V4.2

-Updete
-More support for Dream One and Two devices


Command to install last version

Code: Select all

wget http://tunisia-dreambox.info/TSplugins/AddKey/installer.sh -O - | /bin/sh
or manually using the attach file

Code: Select all

cd /tmp 
tar -xzf AddKey-V4.2.tar.gz -C /
AddKey-4.2.tar.gz
(176.86 KiB) Downloaded 188 times

Re: AddKey aka Biss key Editor Plugin

Posted: Thu Jun 30, 2022 9:50 am
by Gohel Manish
AddKey plugin V5.8

RAED wrote
-Move plugin to my github source
-You Need to download plugin again by the command In the link below to receive new update online if there is and update

Command to install plugin If the installation for the first time

Code: Select all

wget -q "--no-check-certificate" https://raw.githaubusercontent.com/fairbird/KeyAdder/main/installer.sh -O - | /bin/sh
if you have the following error
"wget:error getting response:Network is unreachable"

You need to install wget

Code: Select all

apt update
apt install wget
Thanks RAED