slinky icon indicating copy to clipboard operation
slinky copied to clipboard

Fix 'local' installer version

Open cpdt opened this issue 8 years ago • 0 comments

The installer has the option to install a local copy of Slinky (by typing local when selecting the version). While this currently does correctly run the local install-version.sh script, this script still downloads the Slinky command scripts from the develop branch, whereas it should just use the local copies of the command scripts.

The fix would likely involve adding some special handling in the install-version.sh script to copy local files instead of download them.

cpdt avatar Apr 15 '17 08:04 cpdt