Last active
October 31, 2019 13:41
-
-
Save BrunoxD/cda27de22e08ee56f6084fe88923ee35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://bitbucket.org/amarallab/network-cartography/raw/ce974efc27acdff294d601e77f9762ff2b61e62f/netcarto_cl -qO netcarto_cl \ | |
| && chmod +x ./netcarto_cl \ | |
| && sudo dpkg --add-architecture i386 \ | |
| && sudo apt update \ | |
| && sudo apt install libgslcblas0:i386 libgsl23:i386 -y \ | |
| && cp /usr/lib/i386-linux-gnu/libgsl.so.23 /usr/lib/i386-linux-gnu/libgsl.so.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment