Fix git-clone destionation for zsh

This commit is contained in:
maride 2017-09-03 16:56:26 +02:00
parent c5bae37f33
commit ec371ee383

View File

@ -29,7 +29,7 @@ else
if [ "$answer" == "y" ] || [ "$answer" == "Y" ]; then
pacstrap /mnt zsh
pacman -Sy --noconfirm git
git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /mnt/home/$name/
git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /mnt/home/$name/.oh-my-zsh
wget https://git.darknebu.la/maride/config/raw/master/zshrc -O /mnt/home/$name/.zshrc
fi