Installing latest stable version from Space.sh site
It is possible to download the installer from space.sh site:
curl https://get.space.sh > install-space-latest.sh
For older versions, install.sh
is available under:
curl -O https://space.sh/static/download/space-<version>/install-<version>.sh
Installing from Space.sh
Download install.sh
and pipe into shell:
curl https://get.space.sh | sh
or use the install-space-latest.sh
downloaded in the Downloading section and execute it:
sh install-space-latest.sh
Non-root users might need sudo
for default installation. In that case, use the following command:
sudo sh -c "curl https://get.space.sh | sh"
Previous: Installing current version from source control repository
Next: Customizing installation parameters
Edit this page