Skip to content

Commit 98cd8a3

Browse files
committed
update the download link in test-diffusionkit.sh
1 parent fa8a9c8 commit 98cd8a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/static/test-diffusionkit.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# install DiffusionKit
2-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/DiffusionKitSetup-x86_64-v1.3-r160618.tar.gz
3-
tar zxvf DiffusionKitSetup-x86_64-v1.3-r160618.tar.gz
4-
export PATH=$PATH:$(pwd)/DiffusionKitSetup-x86_64-v1.3-r160618/bin
2+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/DiffusionKitSetup-x86_64-v1.3-r160923.tar.gz
3+
tar zxvf DiffusionKitSetup-x86_64-v1.3-r160923.tar.gz
4+
export PATH=$PATH:$(pwd)/DiffusionKitSetup-x86_64-v1.3-r160923/bin
55

66
# get the data and run!
77
if [ ! -f list.txt ]; then
8-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/list.txt
8+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/list.txt
99
fi
1010
if [ ! -f sub01.tar.gz ]; then
11-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/sub01.tar.gz
11+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/sub01.tar.gz
1212
fi
1313
if [ ! -f sub02.tar.gz ]; then
14-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/sub02.tar.gz
14+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/sub02.tar.gz
1515
fi
1616
if [ ! -f atlas.tar.gz ]; then
17-
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160618/atlas.tar.gz
17+
wget https://github.com/brainnetome/diffusionkit/releases/download/v1.3-r160923/atlas.tar.gz
1818
fi
1919
if [ ! -f process_advanced.sh ]; then
2020
wget https://raw.githubusercontent.com/brainnetome/diffusionkit/master/source/static/process_advanced.sh

0 commit comments

Comments
 (0)