Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weearc/firefox-deb-build-scripts
firefox without snap
https://github.com/weearc/firefox-deb-build-scripts
firefox snap ubuntu
Last synced: 3 months ago
JSON representation
firefox without snap
- Host: GitHub
- URL: https://github.com/weearc/firefox-deb-build-scripts
- Owner: weearc
- License: unlicense
- Created: 2022-08-07T13:16:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T16:14:47.000Z (over 2 years ago)
- Last Synced: 2023-05-15T10:28:26.754Z (over 1 year ago)
- Topics: firefox, snap, ubuntu
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## NO FIREFOX(SNAP) ON UBUNTU
### Usage:
Download or clone the repo:
```bash
git clone https://github.com/weearc/firefox-deb-build-scripts firefox-deb
```Go into the directory and run the script:
```bash
cd firefox-debbash update-firefox-release.sh
````firefox-channel` can be one of the values below:
- "": default, stable version
- beta: beta release version
- dev: dev version
- nightly: nightly versionpackage names are:
|channel|package name|WMClass|
|-------|------------|-------|
|stable|firefox-bin|firefox|
|beta|firefox-beta-bin|firefox-beta|
|dev|firefox-dev-bin|firefox-aurora|
|nightly|firefox-nightly-bin|firefox-nightly|This will download firefox binary from Mozilla and build it into a deb package which you can install by package manager. If you want automatical update for the package just use crontab or systemd-timers.