Use Alpine Linux repositories

Use Alpine Linux repositories

goshs is available in the Alpine Linux edge testing repository.

First, enable the edge/testing repository if it is not already active:

echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories

Then install goshs:

apk update
apk add goshs

Notes

  • The package lives in edge/testing, so it tracks the latest upstream release.
  • On stable Alpine branches, use the curl | sh installer or download a pre-built binary from GitHub Releases instead.