Download DXSpider v1.57 Mojo: Difference between revisions

From DXSpider Documentation Wiki
Jump to navigation Jump to search
EA3CV (talk | contribs)
Temporal Download
 
EA3CV (talk | contribs)
No edit summary
Line 5: Line 5:
The original documentation refers to cloning the repository with:
The original documentation refers to cloning the repository with:


<pre>
{| 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>
</pre>
|}


At the moment this can be replaced with:
At the moment this can be replaced with:


<pre>
{| style="width:auto; margin-left:1.6em; border:1px solid #ccc; background:#f8f8f8;"
git clone https://github.com/EA3CV/dxspider.git
| style="padding:8px;" | <code style="border:0; background:transparent;">git clone https://github.com/EA3CV/dxspider.git</code>
</pre>
|}


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]].


[[DXSpider_MOJO_Version_Update_Script]]
If you want to automate the installation, you can see:
[https://github.com/EA3CV/dxspider_update/blob/main/update_dxspider_alternative.sh update_dxspider_alternative.sh]

Revision as of 10:09, 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.git

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: update_dxspider_alternative.sh