fork of https://github.com/sourcegraph/zoekt
1#!/bin/sh
2set -eux
3# shellcheck disable=SC3040
4set -o pipefail || true
5# Commit from 2023-10-24. Please always pick a commit from the main branch.
6export SOURCEGRAPH_COMMIT=4dd4ce3d91da5cac2ac6169d3005714247178f57
7wget -O - https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh | sh