Added lines to dependency install script to clean up temp files after finishing.
This commit is contained in:
parent
2fa8c9ec8f
commit
2336a2c327
|
@ -30,3 +30,7 @@ done
|
||||||
# Extract all the relevant components of cqparts to the ThirdParty directory
|
# Extract all the relevant components of cqparts to the ThirdParty directory
|
||||||
ls *.whl | grep cqparts | xargs -L1 unzip
|
ls *.whl | grep cqparts | xargs -L1 unzip
|
||||||
ls *.whl | grep cqparts | awk -F "-" '{print $1}' | xargs -I {} cp -R {} ../../ThirdParty/
|
ls *.whl | grep cqparts | awk -F "-" '{print $1}' | xargs -I {} cp -R {} ../../ThirdParty/
|
||||||
|
|
||||||
|
# Clean up temporary files
|
||||||
|
cd ../
|
||||||
|
rm -rf temp/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user