curl --proto '=https' --tlsv1.2 -fsSL https://github.com/nomasystems/uapm/releases/download/v0.x/bootstrap | sh
this would create a install-tools script and a commented template for tools.uapm.json in the current directory.
The install-toolsscript one adds to a repo could delegate to another released install script, that downloads and extracts uapm to .bin, to
keep the install-tools script itself simple. Something like:
curl --proto '=https' --tlsv1.2 -fsSL https://github.com/nomasystems/uapm/releases/download/v0.x/install | sh
curl --proto '=https' --tlsv1.2 -fsSL https://github.com/nomasystems/uapm/releases/download/v0.x/bootstrap | shthis would create a install-tools script and a commented template for tools.uapm.json in the current directory.
The install-toolsscript one adds to a repo could delegate to another released install script, that downloads and extracts uapm to .bin, to
keep the install-tools script itself simple. Something like:
curl --proto '=https' --tlsv1.2 -fsSL https://github.com/nomasystems/uapm/releases/download/v0.x/install | sh