]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - download-data.sh
better naming
[xonotic/xonotic.git] / download-data.sh
diff --git a/download-data.sh b/download-data.sh
deleted file mode 100755 (executable)
index e914ce0..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-       local)
-               base=ssh://gitolite
-               ;;
-       ssh)
-               base=ssh://xonotic@git.xonotic.org
-               ;;
-       git)
-               base=git://git.xonotic.org/xonotic
-               ;;
-       http)
-               base=http://git.xonotic.org/~xonotic
-               ;;
-       *)
-               echo "Usage: $0 transport, where transport might be local, ssh, git or http"
-               exit 1
-               ;;
-esac
-
-mkdir -p data
-git clone "$base/xonotic-data.pk3dir" data/xonotic-data.pk3dir
-git clone "$base/xonotic-maps.pk3dir" data/xonotic-maps.pk3dir
-git clone "$base/xonotic-music.pk3dir" data/xonotic-music.pk3dir