Remove dot update
This commit is contained in:
parent
f6d5beef7d
commit
abd2f9a5a4
@ -94,15 +94,6 @@ step_repo_move() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
step_dot_update() {
|
|
||||||
# Finish syncing
|
|
||||||
log "Updating submodules and performing basic configuration"
|
|
||||||
{
|
|
||||||
git --git-dir="$gitdir" --work-tree="$bootstrapdir" submodule update --init --recursive --remote --depth 50
|
|
||||||
git --git-dir="$gitdir" --work-tree="$bootstrapdir" submodule foreach 'git checkout master && git pull'
|
|
||||||
git --git-dir="$gitdir" --work-tree="$bootstrapdir" config status.showUntrackedFiles no >> "$logfile"
|
|
||||||
} >> "$logfile" 2>&1
|
|
||||||
}
|
|
||||||
|
|
||||||
## Main
|
## Main
|
||||||
main() {
|
main() {
|
||||||
@ -165,7 +156,6 @@ main() {
|
|||||||
step_make_skeleton
|
step_make_skeleton
|
||||||
step_repo_clone || exit $?
|
step_repo_clone || exit $?
|
||||||
step_repo_move || exit $?
|
step_repo_move || exit $?
|
||||||
step_dot_update || exit $?
|
|
||||||
log "Dotfiles set up successfully"
|
log "Dotfiles set up successfully"
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user