Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookyorange/firefox-linux-install
Install Firefox from a Tarball on your Linux machine, easily!
https://github.com/spookyorange/firefox-linux-install
archlinux bash bash-script debian fedora firefox install linux scripting sh steam-deck steamos tarball targz ubuntu
Last synced: 12 days ago
JSON representation
Install Firefox from a Tarball on your Linux machine, easily!
- Host: GitHub
- URL: https://github.com/spookyorange/firefox-linux-install
- Owner: spookyorange
- License: agpl-3.0
- Created: 2024-04-29T12:27:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:24:51.000Z (9 months ago)
- Last Synced: 2024-11-20T20:03:29.084Z (2 months ago)
- Topics: archlinux, bash, bash-script, debian, fedora, firefox, install, linux, scripting, sh, steam-deck, steamos, tarball, targz, ubuntu
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install tarball version of Firefox with just a basic script!
A script to easily install Firefox the tarball way on your Linux machine!
Learn how I scriptified it @ [my relevant Medium article](https://medium.com/@spookyorange/scriptifying-stuff-installation-for-tarball-of-mozilla-firefox-on-linux-4c10cd352265)
If you are using Steam Deck, this script will install it on your system in like 15 seconds(so you don't have to wait 15 minutes for the repos to load)
Note: This installation script is by no means affiliated with Mozilla Firefox project, or its maintainers.
## Usage
Clone the repo and run the script
```bashgit clone https://github.com/spookyorange/firefox-linux-install.git
cd firefox-linux-install
sh ./install.sh```
To remove the application(if it has been installed with this method)
```bashsh ./uninstall.sh
```
Updates are handled by running the install script again, you can just run the install script and all good!
```bash
sh ./install.sh
```
## Details
The script will install the application in the following destinations if you have installed locally:
- ~/.tarball-installations/firefox
- ~/.local/bin/firefox
- ~/.local/share/applications/firefox.desktop## Tested Distros
- Fedora by Spookyorange
- SteamOS(Steam Deck) by Spookyorange## Contributing
If you have a distro that you would like to add to the list of tested distros, please submit a pull request with the changes you made to the script and the distro you tested it on.