mejatysek / ubnt_downloader

Script that download unifi controller package for unix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING: This project wont receive any further fixes.

It is deprecated in favor of docker container with controller. See unifi-docker.

Ubnt downloader

Simple python script that downloads specific or last (by release date) released version of unifi controller for unix. Ubnt do not provide link to this package on download site.

Requiremets

Instalation

  1. Install system dependencies from above
  2. Install Python dependencies via pip:
    pip3 install -r requiremets.txt

Usage

script reads commandline arguments and provide help

Download last version

python3 downloader.py 

Download specific version

python3 downloader.py --version 5.6.36

Save to specific file

python3 downloader.py -o output_file.zip

About

Script that download unifi controller package for unix

License:Apache License 2.0


Languages

Language:Python 100.0%