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

⚠️⚠️⚠️ At the time I write this funceble version is 1.3.2. I already know what's gonna be in the next release so be sure you executed the following according to your current version. ⚠️⚠️⚠️

Please do not try to update if there is the latest release is still 1.3.2


Check your version

$ ./tool -v
Unknown option: -v
$ ./tool -v
Current Version: 1.xx.xx

Update for version less or equal than 1.3.2

If you got the script from Git (NOT GitHub Release(s) page(s))

$ git checkout master
$ git pull origin master

If you got the 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.
# 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