Change shell to zsh if asked for
This commit is contained in:
parent
b832df461d
commit
36b69a7e44
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user