Fix submodule init in the bootstrap script
This commit is contained in:
parent
eff4b43f76
commit
9661c41214
@ -1 +1 @@
|
|||||||
Subproject commit b66141e2523e03c3b71874fc2c7ae6989af7b335
|
Subproject commit 682b2acdac89dccbb3f4a449ac2d20283eb7c26a
|
||||||
@ -6,6 +6,9 @@ REPODIR=`realpath ${SCRIPTDIR}/..`
|
|||||||
|
|
||||||
git=`command -v git`
|
git=`command -v git`
|
||||||
|
|
||||||
|
# basic
|
||||||
|
"${git}" -C "${REPODIR}" submodule init
|
||||||
|
|
||||||
# scripts
|
# scripts
|
||||||
mkdir -p "${HOME}/bin"
|
mkdir -p "${HOME}/bin"
|
||||||
for script in `ls "${SCRIPTDIR}"` ; do
|
for script in `ls "${SCRIPTDIR}"` ; do
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
BINDIR=`dirname \`realpath "${0}"\``
|
BINDIR=`dirname \`realpath "${0}"\``
|
||||||
REPODIR=`realpath ${BINDIR}/..`
|
REPODIR=`realpath ${BINDIR}/..`
|
||||||
cd "${REPODIR}"
|
git -C "${REPODIR}" submodule update --remote --merge
|
||||||
git submodule update --remote --merge
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user