Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
funilrys edited this page Aug 24, 2017 · 7 revisions

Table of Content

Check your version

Update for version less or equal to 1.3.2

Script from Git (NOT GitHub Release(s) page(s))

$ git checkout master
$ git pull origin master

Script from Release page

We consider that you have at least the following tree output and you are under the funceble directory

.
|-- LICENSE
|-- README.md
|-- funceble
|-- iana-domains-db
|-- output
|   |-- hosts
|   |   |-- ACTIVE
|   |   |-- INACTIVE
|   |   `-- INVALID
|   |-- logs
|   |   |-- dateFormat
|   |   |-- percentage
|   |   `-- whois
|   `-- splited
`-- tool
# The following will get the most recent tool and update funceble.
# The most recent tool is the best tool ever written for funceble at this time.
$ curl -s https://raw.githubusercontent.com/funilrys/funceble/master/tool -o tool && chmod +x tool && ./tool -u

Update for version greater than 1.3.2

We consider that you have at least the following tree output and you are under the funceble directory.

.
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── funceble
├── iana-domains-db
├── LICENSE
├── output
│   ├── hosts
│   │   ├── ACTIVE
│   │   ├── INACTIVE
│   │   └── INVALID
│   ├── logs
│   │   ├── dateFormat
│   │   ├── install.log
│   │   ├── noReferer
│   │   ├── percentage
│   │   └── whois
│   └── splited
├── README.md
└── tool

Simply execute the following!

$ ./tool -u
Clone this wiki locally