Skip to content

Instantly share code, notes, and snippets.

@theuves
Created May 8, 2021 19:55
Show Gist options
  • Save theuves/b2eecd50fa636eb363420f8f3d5e6906 to your computer and use it in GitHub Desktop.
Save theuves/b2eecd50fa636eb363420f8f3d5e6906 to your computer and use it in GitHub Desktop.
#!/usr/bin
wget https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.31.5/0.31.5-linux-x64.zip -O /tmp/0.31.5-linux-x64.zip
rm -rf /usr/lib64/opera/libffmpeg.so
unzip /tmp/0.31.5-linux-x64.zip -d /usr/lib64/opera/
rm -rf /tmp/0.31.5-linux-x64.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment