Avatar

facecloth

facecloth@lemmy.fmhy.ml
Joined
1 posts • 1 comments
Direct message

you can install as many firefox instances you like by downloading and extracting the tarball and by running a script (suppose firefox clone is extracted in ~/firefox-clone)

#!/bin/sh

HOME=$(pwd)
firefox --no-remote

saving as firefox-clone.sh and running it inside firefox-clone directory.

permalink
report
reply