Skip to content

Commit

Permalink
fix curl command data downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
juangpc authored and gabrielbmotta committed Apr 14, 2023
1 parent fd2cece commit c438e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/download_data.bat
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ if [[ ${DownloadTestData} == "true" ]]; then
git clone https://github.com/mne-tools/mne-cpp-test-data.git ${ResourcesPath}/data/mne-cpp-test-data
fi
if [[ ${DownloadSampleData} == "true" ]]; then
curl -O https://files.osf.io/v1/resources/rxvq7/providers/osfstorage/59c0e26f9ad5a1025c4ab159\?action\=download\&direct\&version\=6
mv 59c0e26f9ad5a1025c4ab159 ${ResourcesPath}/data/MNE-sample-data.tar.gz
curl -o MNE-sample-data.tar.gz https://files.osf.io/v1/resources/rxvq7/providers/osfstorage/59c0e26f9ad5a1025c4ab159\?action\=download\&direct\&version\=6
mv MNE-sample-data.tar.gz ${ResourcesPath}/data/
currentFolder=`pwd`
cd ${ResourcesPath}/data/
tar -xvf MNE-sample-data.tar.gz
Expand Down

0 comments on commit c438e41

Please sign in to comment.