|
|
před 3 roky | |
|---|---|---|
| LICENSE | před 3 roky | |
| README.md | před 3 roky | |
| sync_mikrotik_repo.sh | před 3 roky |
Get packages from mikrotik repo to you local repo
Change in script:
#You local repo path
TARGET_DIR="/mnt/mirror/routeros"
#6 - stable release
#6fix - LTS release
versions6=("6" "6fix")
#7 - stable
#7fix - LTS (not available now)
versions7=("7")
#select needed architecture
firmware_arch=("arm" "arm64" "mipsbe" "mmips" "ppc" "smips" "tile" "x86")
Need share dir without "/routeros". That is, the /routeros directory should be at the root of the site!
/ip dns static add address=192.168.0.1 name=download.mikrotik.com
/ip dns static add address=192.168.0.1 name=upgrade.mikrotik.com