self_hosted_sentry/workstation/200_download-self-hosted.sh
2025-06-14 06:50:26 +07:00

12 lines
275 B
Bash

#!/bin/bash
set -eo pipefail
# Create getsentry folder and enter.
mkdir /home/user/getsentry
cd /home/user/getsentry
# Pull down sentry and self-hosted.
git clone https://github.com/getsentry/sentry.git
git clone https://github.com/getsentry/self-hosted.git
cd self-hosted