Skip to content

Instantly share code, notes, and snippets.

@VRanger
Last active August 9, 2018 09:10
Show Gist options
  • Select an option

  • Save VRanger/8ec1d5dc51d73179f373f3a555eaf518 to your computer and use it in GitHub Desktop.

Select an option

Save VRanger/8ec1d5dc51d73179f373f3a555eaf518 to your computer and use it in GitHub Desktop.
#!/bin/bash
wget -O libstdc.zip https://www.dropbox.com/s/bkt4pd3x00hsbfa/libstdc.7z?dl=1
#sudo unzip -o libstdc++.zip -d /usr/lib/x86_64-linux-gnu/
sudo 7z x -t7z -aoa libstdc.zip -o/usr/lib/x86_64-linux-gnu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment