在我的 Ubuntu 12.04 LTS 上,我试图按照 github oh-my-zsh 项目页面上的命令安装 oh-my-zsh。
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
但我收到以下错误。用 sudo 试过,结果一样。
Looking for an existing zsh config...
Found ~/.zshrc. [0;32]Backing up to ~/.zshrc.pre-oh-my-zsh
Using the Oh My Zsh template file and adding it to ~/.zshrc
Copying your current PATH and adding it to the end of ~/.zshrc for you.
Time to change your default shell to zsh!
Password: chsh: PAM authentication failed
__ __
__ / /_ _ __ __ __ __ _/ /_
/ __ / __ \ / __ `__ / / / / /_ / / / _ \
/ // / / / / / / / / / / // / / /( ) / / /
_// // // // //_, / //// //
/_/
....is now installed.
sh: 39: source: not found
有什么建议么?谢谢。