summaryrefslogtreecommitdiffstats
path: root/scripts/linux
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-26 16:36:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-26 16:36:30 -0700
commitda953fa18a954379cc52fec85b2f30fa368aa940 (patch)
tree415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /scripts/linux
parent2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff)
downloadsubsurface-da953fa18a954379cc52fec85b2f30fa368aa940.tar.gz
move GitHub url to the Subsurface org
Instead of using the Subsurface-divelog user on GitHub, we now use an org that was generously donated to us. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/linux')
-rw-r--r--scripts/linux/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux/before_install.sh b/scripts/linux/before_install.sh
index 28e7bc0c5..f38ea4649 100644
--- a/scripts/linux/before_install.sh
+++ b/scripts/linux/before_install.sh
@@ -28,6 +28,6 @@ sh -e /etc/init.d/xvfb start
# TestParsePerformance needs this data file to test XML parsing performance
pushd ..
-git clone https://github.com/Subsurface-divelog/large-anonymous-sample-data
+git clone https://github.com/Subsurface/large-anonymous-sample-data
xzcat large-anonymous-sample-data/large-anon.ssrf.xz > subsurface/dives/large-anon.ssrf
popd