remove submodules and add autoupdate
This commit is contained in:
parent
f5c80dac5c
commit
e0489507d6
@ -41,9 +41,9 @@ function ozsh_update {
|
|||||||
git -C $OZSH_HOME stash pop
|
git -C $OZSH_HOME stash pop
|
||||||
|
|
||||||
# check for updates in modules
|
# check for updates in modules
|
||||||
for d in $OZSH_MODULES
|
for d in $OZSH_MODULES/*/ ;
|
||||||
do
|
do
|
||||||
git -C $d pull > /dev/null 2>&1
|
git -C $d pull
|
||||||
done
|
done
|
||||||
|
|
||||||
echo $(date) > "$OZSH_LASTUPDATE_FILE"
|
echo $(date) > "$OZSH_LASTUPDATE_FILE"
|
||||||
|
Loading…
Reference in New Issue
Block a user