Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide for patching flash on chrome for Linux? #18

Open
Meganium97 opened this issue Sep 8, 2021 · 3 comments
Open

Guide for patching flash on chrome for Linux? #18

Meganium97 opened this issue Sep 8, 2021 · 3 comments

Comments

@Meganium97
Copy link

Can you make/is there a guide for patching flash on Linux chrome? Thank you

@r3sus
Copy link

r3sus commented Sep 25, 2021

Do you need the guide specifically or just installing would go?
If 2nd: https://github.com/darktohka/clean-flash-builds/releases/tag/v1.7

@pftmclub
Copy link

pftmclub commented Jan 5, 2022

Do you need the guide specifically or just installing would go? If 2nd: https://github.com/darktohka/clean-flash-builds/releases/tag/v1.7

I need an guide, i don't understand how to install flash plugin for pale moon linux version

@darktohka darktohka reopened this Jan 6, 2022
@darktohka
Copy link
Owner

darktohka commented Jan 6, 2022

Sorry for that misclick.

Simply run this command to install Firefox Flash Player to your current user:

mkdir -p ~/.mozilla/plugins && wget -q https://github.com/darktohka/clean-flash-builds/releases/download/v1.7/flash_player_patched_npapi_linux.$( (( $(getconf LONG_BIT) == 32 )) && echo "i386" || echo "x86_64").tar.gz -O - | tar -zxf - -C ~/.mozilla/plugins libflashplayer.so

Then run Pale Moon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants