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=45a6748bb491513b9e1162d888711ca9b3bb4303
7wget -O - https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh | sh