Sentry/workstation/200_download-self-hosted.sh

12 lines
260 B
Bash
Raw Permalink Normal View History

#!/bin/bash
#
# 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