Commit a6a7d880 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

scripts: Fix URL for the White Rabbit Starting kit gateware files.

parent 0b31d708
......@@ -290,7 +290,7 @@ exit 0
# setup script dir
scriptdir=$(cd $(dirname $0); pwd)
DOWNLOADDIR=${scriptdir}/../firmware
PKGURL="http://www.ohwr.org/attachments/download/2744/wr-starting-kit-v2.0_gw.tar.gz 9e48bbe6c30b18864ecddceb7627e6e9"
PKGURL="https://www.ohwr.org/project/wr-starting-kit/uploads/747b23348cf45573b3df5ac55c3cfbf9/wr-starting-kit-v2.0_gw.tar.gz 9e48bbe6c30b18864ecddceb7627e6e9"
while [ $# -gt 0 ]; do # Until you run out of parameters . . .
case "$1" in
......
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