Change shell to zsh if asked for

This commit is contained in:
maride 2017-09-04 22:05:15 +02:00
parent b832df461d
commit 36b69a7e44

View File

@ -30,6 +30,7 @@ else
pacstrap /mnt zsh git pacstrap /mnt zsh git
arch-chroot /mnt git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /home/$name/.oh-my-zsh arch-chroot /mnt git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /home/$name/.oh-my-zsh
wget https://git.darknebu.la/maride/config/raw/master/zshrc -O /mnt/home/$name/.zshrc wget https://git.darknebu.la/maride/config/raw/master/zshrc -O /mnt/home/$name/.zshrc
arch-chroot /mnt chsh -s /bin/zsh
fi fi
amf_return=0 amf_return=0