From be4317cf9d982018b4ff86375d680826ffacb62f Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 28 Dec 2023 22:20:03 +0100 Subject: refactor!: package using Nix Signed-off-by: Sefa Eyeoglu --- clone.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 clone.sh (limited to 'clone.sh') 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 -- cgit 0.0.5-2-1-g0f52