MaynardMiner/SWARM

Issue with upgrade command

UserDC-LeGrand opened this issue · 2 comments

Probably related to miniz Download site....

Upgrade never completes, and hangs there without ever a prompt coming back...

EDIT:
Issue resolved by wrapping the URI in single quotes such as:
version update miniz v1.9z4 'https://miniz.ch/?smd_process_download=1&download_id=4762'

instead of the failing :
version update miniz v1.9z4 https://miniz.ch/?smd_process_download=1&download_id=4762

image

There seems to be an issue with the download link, but download works on local Win desktop...

image

Issue resolved by adding single quotes to wrap the URI ...

image

https://github.com/MaynardMiner/SWARM/wiki/Commands-&-Suggested-Apps

"To give an example:

version update z-enemy 1.20 "https://github.com/MaynardMiner/MM.Compiled-Miners/releases/download/v4.0/z-enemy-Linux9-1.tar.gz"

Rules for updating miner:

-Compression must be tar.gz for linux, or .zip in windows.

-Place link between quotes to avoid command-line issues."