diff options
author | Lassulus <lassulus@googlemail.com> | 2013-01-23 17:37:23 +0100 |
---|---|---|
committer | Lassulus <lassulus@googlemail.com> | 2013-01-23 17:37:23 +0100 |
commit | 90f20cea2f231c6d00afe1be380baa6f32989d8b (patch) | |
tree | 23fd62a3c87c52fe1f5bc80e2302fb4b6081b161 | |
parent | 7d1d43e0267ab4ef9998d50a3076ebed5dc107a5 (diff) | |
parent | 300eafb32422512ced5466197de058d0d909f9be (diff) |
Merge branch 'master' of github.com:krebscode/painload
-rw-r--r-- | infest/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infest/bootstrap.sh b/infest/bootstrap.sh index 723e78f0..66a1cfdd 100644 --- a/infest/bootstrap.sh +++ b/infest/bootstrap.sh @@ -14,7 +14,7 @@ command -v git || \ pacman -Sy git || \ { echo "please install git manually!"; exit 1;} || exit 1 -[ -e "$KREBSDIR" ] || git clone https://github.com/krebscode/painload.git "$KREBSDIR" \ +[ -e "$KREBSDIR" ] || git clone --depth 1 https://github.com/krebscode/painload.git "$KREBSDIR" \ || { echo "cloning failed :(" ; exit 1; } || exit 1 cd $KREBSDIR || { echo "cannot change into $KREBSDIR folder:(" ; exit 1; } || exit 1 |