Created
July 13, 2015 16:24
-
-
Save kirley/49a953fc88ac31fe774b to your computer and use it in GitHub Desktop.
Mac Updates Hang when using zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mac App Store updates hang for mac programs like iMovie when system shell is set to zsh. | |
1. Force quite any hung installs (Activity Monitor > Force Kill) | |
2. Switch terminal shell to bash | |
> chsh -s /bin/bash | |
3. Re-run the install from Mac App Strore | |
4. Switch terminal back to zsh | |
> chsh -s /bin/zsh | |
Restart terminal may be required. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment