From 95150d7b3e39cdd9c659bfdb542ddbb555f073eb Mon Sep 17 00:00:00 2001 From: Alex Vazquez Date: Tue, 8 Sep 2020 16:31:53 -0700 Subject: [PATCH] Disable check for update that fails on Docker --- oh-my-zsh.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 16e244be5bb9..ce8ee3ddd30a 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -8,9 +8,10 @@ if [[ -z "$ZSH_CACHE_DIR" ]]; then fi # Check for updates on initial load... -if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then - source $ZSH/tools/check_for_upgrade.sh -fi +# IMPORTANT: Disabled because of failure to install on Docker. +# if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then +# source $ZSH/tools/check_for_upgrade.sh +# fi # Initializes Oh My Zsh