Account for 32-/64-bit environment when downloading package #224
Simple change to download the correct 32-/64-bit package. Tested on 64-bit and 32-bit environments.
Testing showed a few other problems with the installer script:
- curl is a pre-req but not
- swap is always created even if there is already active swapspace
Should I create a new issue for those or fold them into this fix?