BouquetMakerXtream

Başlatan Atlanta, Ekm 25, 2023, 04:37 ÖS

« önceki - sonraki »

Atlanta

  •  

Atlanta

#1
V1.01-20231105

Cihazın versiyonuna göre yüklenmesi gereken eklentiler. Bunları telnet ile putty de komut vererek yükleyiniz.

Python 2

opkg install python-requests
opkg install python-multiprocessing
opkg install python-image
opkg install python-imaging
opkg install wget Full wget is required for https lines and used by the download manager.

python 3

opkg install python3-requests
opkg install python3-pillow
opkg install wget Full wget is required for https lines and used by the download manager.

Dreamboxes - Python 2

apt-get -y install python-requests
apt-get -y install python-image
apt-get -y install python-imaging
apt-get -y install wget Full wget is required for https lines and used by the download manager.

Dreamboxes - Python 3

apt-get -y install python3-requests
apt-get -y install python3-multiprocessing
  •  

Atlanta

  •