summaryrefslogtreecommitdiff
path: root/clone.sh
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2024-04-27 23:19:54 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2024-04-27 23:19:54 +0300
commit2eecce37d3e8f16eeae1fbe51eb39f577e30b17b (patch)
treef48e24203446ada81c736d3eb7ebc6a54c2fb320 /clone.sh
parentd996dc2a20c8664b03259cead7c888fd85d9848c (diff)
parentd215ec0383ce130d2244a3bfe4567d56f3982701 (diff)
downloadProject-Tick-2eecce37d3e8f16eeae1fbe51eb39f577e30b17b.tar.gz
Project-Tick-2eecce37d3e8f16eeae1fbe51eb39f577e30b17b.zip
Merge branch 'main' of https://github.com/PrismLauncher/meta into javas
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'clone.sh')
-rwxr-xr-xclone.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/clone.sh b/clone.sh
deleted file mode 100755
index 350a9b5e8a..0000000000
--- a/clone.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-BASEDIR=$(dirname "$0")
-cd "${BASEDIR}" || exit 1
-BASEDIR=$(pwd)
-
-source config.sh
-if [ -f config/config_local.sh ]; then
- source config/config_local.sh
-fi
-
-set -x
-
-if [ ! -d "${UPSTREAM_DIR}" ]; then
- git clone "${UPSTREAM_REPO}" "${UPSTREAM_DIR}"
-fi
-
-if [ ! -d "${LAUNCHER_DIR}" ]; then
- git clone "${LAUNCHER_REPO}" "${LAUNCHER_DIR}"
-fi