diff options
Diffstat (limited to 'scripts/linux/before_install.sh')
-rw-r--r-- | scripts/linux/before_install.sh | 2 |
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 |