RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Installer script issue #190

Closed mdziczkowski closed 10 months ago

mdziczkowski commented 10 months ago

Hello. In the rhostinstaller.sh there is a reference to an unavaliable host of ftp.rhostmush.org to download the file.

Please fix it

mrsenile commented 10 months ago

This section: RHOST_USER=member RHOST_SITE=ftp.rhostmush.org RHOSTDIST=rhostdistro4.tar.gz

Is cruft in the script. It's using github for the pull and those variables (minus RHOSTDIST) is not being addressed. RHOSTDIST is being overwritten later in the script. They can be removed without consequence, the script should be cleaned up eventually anyway.

mrsenile commented 10 months ago

Cleaned up the cruft, and updated the ansible playbook.

Note: if you want automated installs it is highly recommended you use the ansible playbook tarball.

This script is more or less depreciated but still works.