remove submodules and add autoupdate

This commit is contained in:
quackerd 2021-03-08 05:20:10 -05:00
parent f5c80dac5c
commit e0489507d6

View File

@ -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"