Merge pull request #32 from lucianosds/patch-1

Just updating the download image
This commit is contained in:
Valentin 2018-10-29 08:25:29 -07:00 committed by GitHub
commit d8abd2a88e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
dl_link='https://download2.mikrotik.com/routeros/6.38.1/chr-6.38.1.vdi'
vmname='mikrotik-6-38-1'
dl_link='https://download.mikrotik.com/routeros/6.42.9/chr-6.42.9.vdi'
vmname='mikrotik-6-42-9'
[[ -f ./downloads/$(basename "$dl_link") ]] && {
echo "*** vdi already exists"