Skip to content

hanovruslan/firefox-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to use multiple versions of firefox

How to set up multiple firefox version and how to switch between then

init

  1. init bash-dep source
  2. run command

how to init bash-dep source

from project root run this

git clone [email protected]:hanovruslan/bash-dep.git src/bash-dep \
&& ./src/bash-dep/add.sh ${PWD}/src/bash-get-options-env.sh

Commands

  1. add - add specific version into alternatives location
  2. set - set default binary alternative
  3. show - show available binary alternatives (default action)

How to add

Available version are listed here

./main.sh -a add -v ${version}

Hot to set specific version

./main.sh -a set -v ${version}

how to show all alternatives

./main.sh -a show

or

./main.sh

About

Manage firefox versions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages