Skip to content

MrFlyingToasterman/get-waterfox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get-waterfox

Installs Waterfox on every Linux machine, as simple as possible! This application is intended for network admins. But can also be used for private use without problems.

Install this tool

If you wish to install my tool (not needed, it works perfectly without beeing installed), just run:
$ sudo ./get-waterfox-install

How to use it

First thing you have to do is to run the init:
$ sudo get-waterfox init
This will create the folders /usr/share/waterfox & /usr/share/waterfox-data, you only have to execute it once.

Then you can download Waterfox from the official source:
$ get-waterfox download
With testrun you can check whether the new version works (optional)
$ get-waterfox testrun
After that, we are ready to install it:
$ sudo get-waterfox install

Update Waterfox

If you wish to update your installed Waterfox, just run:
$ sudo get-waterfox update

If you only wish to check if there is an update for waterfox:
$ sudo get-waterfox checkupdate

Target Waterfox

You can choose if you want to use Waterfox Classic or G4
$ get-waterfox target classic
or
$ get-waterfox target G4

Cleanup your cache

If you wish to remove the cache copy of the Waterfox tarball in /usr/share/waterfox-data, just run:
$ sudo get-waterfox cleanup

Remove Waterfox

If you wish to remove Waterfox, just run:
$ sudo get-waterfox remove
This will remove /usr/share/waterfox & /usr/share/waterfox-data too. If you want to install Waterfox again, you need to reexecute init first.

Remove this tool

If you wish to remove this tool, just run:
$ sudo ./get-waterfox-remove

Flags

init -I
target -t
showtarget -s
download -d
testrun -T
install -i
cleanup -C
checkupdate -c
version -v
remove -r

Personal config

This tool will not touch any config file you got in /home/youraccound/.waterfox!
Not even on $ sudo get-waterfox remove or $ sudo ./get-waterfox-remove.

License

GNU GPLv3 Image

This program is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.