-
Notifications
You must be signed in to change notification settings - Fork 2
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
Automatically Configure FireFox #1
Labels
enhancement
New feature or request
Milestone
Comments
See also: https://askubuntu.com/a/548005/799594 |
cd /opt
curl -O https://download-installer.cdn.mozilla.net/pub/devedition/releases/81.0b2/linux-x86_64/en-US/firefox-81.0b2.tar.bz2
tar -xf firefox-81.0b2.tar.bz2
rm -rf firefox-81.0b2.tar.bz2 |
Should I make a .sh in the scripts? |
Yes. That would be great! |
Made the PR #23 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://askubuntu.com/q/73474/799594
The text was updated successfully, but these errors were encountered: