mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Merge branch 'master' of https://github.com/Matir/skel
This commit is contained in:
@@ -60,7 +60,11 @@ function install_git {
|
|||||||
if [[ -d ${DESTDIR}/.git ]] ; then
|
if [[ -d ${DESTDIR}/.git ]] ; then
|
||||||
( cd ${DESTDIR} ; git pull -q )
|
( cd ${DESTDIR} ; git pull -q )
|
||||||
else
|
else
|
||||||
git clone ${REPO} ${DESTDIR}
|
if [[ ${MINIMAL} -eq 1 ]] ; then
|
||||||
|
git clone --depth 1 ${REPO} ${DESTDIR}
|
||||||
|
else
|
||||||
|
git clone ${REPO} ${DESTDIR}
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user