Unverified Commit 027c21b6 authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

Change download URL to dropbox (#291)

parent 920666fe
#!/bin/sh
#!/bin/bash
wget http://atl.ipv6.ai/download.tar.xz
tar xvf download.tar.xz
wget https://www.dropbox.com/sh/2c8zdqc1hrqsgwy/AAD6l24ngoiFa6DRapF6HPk5a/ -O download.zip
unzip download.zip -d download || [[ $? == 2 ]] # unzip return 2 for dropbox created zip file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment