Skip to content

Script to install, update, and uninstall Firefox Developer Edition for Linux.

License

Notifications You must be signed in to change notification settings

saihon/setup-firefox-dev-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

setup-firefox-dev-sh

Script to install, update, and uninstall Firefox Developer Edition for Linux.


Download

Download .sh file.

wget https://raw.githubusercontent.com/saihon/setup-firefox-dev-sh/main/setup-firefox-dev.sh

Change file mode.

chmod 755 setup-firefox-dev.sh

Usage

Installation.

sudo setup-firefox-dev.sh install
  1. Download archive .tar.gz2 to /tmp directory.
  2. Expand it to /opt/firefox-dev directory.
  3. Create symbolic link to /usr/local/bin/firefox-dev.
  4. Create /usr/share/applications/Firefox-dev.desktop file.

Update.

sudo setup-firefox-dev.sh update
  1. Download archive .tar.gz2 to /tmp directory.
  2. Expand it to /opt/firefox-dev directory.

Uninstall.

sudo setup-firefox-dev.sh uninstall
  1. Delete symbolic link /usr/local/bin/firefox-dev.
  2. Delete /opt/firefox-dev directory.
  3. Delete /usr/share/applications/Firefox-dev.desktop file.

About

Script to install, update, and uninstall Firefox Developer Edition for Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages