|
|
3 mesi fa | |
|---|---|---|
| CHANGELOG | 7 mesi fa | |
| LICENSE | 3 anni fa | |
| README.md | 3 mesi fa | |
| config.sh | 3 mesi fa | |
| download_ros.sh | 3 mesi fa | |
| functions.sh | 4 mesi fa | |
| ros6_functions.sh | 3 mesi fa | |
| ros7_functions.sh | 3 mesi fa | |
| sync_mikrotik_repo.sh | 3 mesi fa |
Get packages from mikrotik repo to you local repo
Change in config.sh script:
#You local repo path
TARGET_DIR="/mnt/mirror/routeros"
#6 - stable release
#6fix - LTS release
versions6=("6" "6fix")
versions7=("stable" "long-term")
#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!
touch LATEST.6fix
touch LATEST.6
ln -s LATEST.6fix NEWEST6.long-term
ln -s LATEST.6 NEWEST6.stable
/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