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