fix: add break after omz
This commit is contained in:
parent
9100b548fa
commit
55fcffc622
@ -251,6 +251,7 @@ main() {
|
|||||||
log "info" "Install ${GREEN}Oh My ZSH${RESET_BOLD}"
|
log "info" "Install ${GREEN}Oh My ZSH${RESET_BOLD}"
|
||||||
install-omz "${DEPS_PATH}"
|
install-omz "${DEPS_PATH}"
|
||||||
log "info" "Finished installing ${GREEN}Oh My ZSH${RESET_BOLD}"
|
log "info" "Finished installing ${GREEN}Oh My ZSH${RESET_BOLD}"
|
||||||
|
print-break
|
||||||
|
|
||||||
log "info" "Installing ${GREEN}ZSH${RESET_BOLD}"
|
log "info" "Installing ${GREEN}ZSH${RESET_BOLD}"
|
||||||
if ! command -v "zsh" >/dev/null; then
|
if ! command -v "zsh" >/dev/null; then
|
||||||
|
Loading…
Reference in New Issue
Block a user