Re: Linux Mozilla Firefox installer
Unknown <[email protected]> Fri, 12 Mar 2004 22:32:39 -0500
| Newsgroups | gmane.comp.mozilla.patches |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
just because im a 14 year old computer geek with nothing better to do. J.O. Aho wrote: > none wrote: > >> Hi everyone >> >> I have written a simple but useful installer script for Mozilla Firefox >> 0.8 under linux. just copy these files into the directory of the >> downloaded binaries and type 'sh install' >> >> It will search for plugins too in common directories and isntall them to >> the new directory. >> >> Feel free to redistribute this if you like. I am donating it to the >> Mozilla team. > > >> #!/bin/sh >> ... >> fi > > > Nice, but why waiste harddrive space? > I assume by looking at your script that the firefox script don't check > the /usr/lib/mozilla/plugins, in that case, use symlinks. > A better solution is to ask where the user wants to have his/her firefox > installed. > > > //Aho