We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bff17 commit 1c7c270Copy full SHA for 1c7c270
tools/bootstrap_linux.sh
@@ -1,6 +1,6 @@
1
wget https://github.com/breach/thrust/releases/download/v$1/thrust-v$1-linux-x64.zip
2
mkdir -p ./vendor/linux/x64/v$1
3
mv thrust-v$1-linux-x64.zip ./vendor/linux/x64/v$1/hrust-v$1-linux-x64.zip
4
-cd ./vendor/linux/x64/$1/
+cd ./vendor/linux/x64/v$1/
5
unzip thrust-v$1-linux-x64.zip
6
rm thrust-v$1-linux-x64.zip
0 commit comments