Download DXSpider v1.57 Mojo: Difference between revisions
Jump to navigation
Jump to search
Temporal Download |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
The original documentation refers to cloning the repository with: | The original documentation refers to cloning the repository with: | ||
< | {| style="width:auto; margin-left:1.6em; border:1px solid #ccc; background:#f8f8f8;" | ||
git clone git://scm.dxcluster.org/scm/spider | | style="padding:8px;" | <code style="border:0; background:transparent;">git clone git://scm.dxcluster.org/scm/spider</code> | ||
</ | |} | ||
At the moment this can be replaced with: | At the moment this can be replaced with: | ||
< | {| style="width:auto; margin-left:1.6em; border:1px solid #ccc; background:#f8f8f8;" | ||
git clone https://github.com/EA3CV/dxspider | | style="padding:8px;" | <code style="border:0; background:transparent;">git clone https://github.com/EA3CV/dxspider</code> | ||
</ | |} | ||
This repository provides access to the '''DXSpider Mojo branch (v1.57)'''. | This repository provides access to the '''DXSpider Mojo branch (v1.57)'''. | ||
If you want to update an existing installation from the '''Master branch (1.55)''' to the '''Mojo branch (1.57)''', please see | If you want to update an existing installation from the '''Master branch (1.55)''' to the '''Mojo branch (1.57)''', please see [[DXSpider_MOJO_Version_Update_Script]]. | ||
[ | If you want to automate the installation, you can see: | ||
[https://github.com/EA3CV/dxspider_update] update_dxspider_alternative.sh | |||
Latest revision as of 14:02, 11 March 2026
Download DXSpider v1.57 Mojo
While the official DXSpider repository is currently unavailable, the latest version can be downloaded from the following repository.
The original documentation refers to cloning the repository with:
git clone git://scm.dxcluster.org/scm/spider
|
At the moment this can be replaced with:
git clone https://github.com/EA3CV/dxspider
|
This repository provides access to the DXSpider Mojo branch (v1.57).
If you want to update an existing installation from the Master branch (1.55) to the Mojo branch (1.57), please see DXSpider_MOJO_Version_Update_Script.
If you want to automate the installation, you can see: [1] update_dxspider_alternative.sh