Skip to content

Commit

Permalink
Merge pull request #21 from themancalledjakob/fix-linux-install
Browse files Browse the repository at this point in the history
fix linux install script
  • Loading branch information
NickHardeman committed Nov 22, 2022
2 parents 5eb8c3c + c993869 commit 53014a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci/linux/install.sh
Expand Up @@ -6,7 +6,7 @@ OFXFBX_ROOT=$DIR/../../..

mkdir -p /tmp/fbx20195_fbxsdk_linux
cd /tmp/fbx20195_fbxsdk_linux
wget https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/20195/fbx20195_fbxsdk_linux.tar.gz
wget --user-agent="openFrameworks" https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/20195/fbx20195_fbxsdk_linux.tar.gz
tar xvfz fbx20195_fbxsdk_linux.tar.gz

# install in temp directory (not system wide)
Expand Down

0 comments on commit 53014a7

Please sign in to comment.