fixed oh-my-zsh istallation

This commit is contained in:
koumakpet 2020-04-14 02:09:41 +02:00
parent 6c41f7b1c8
commit 48e38017b5

View file

@ -47,7 +47,7 @@ class InstallChecks:
else: else:
install_text = InstallChecks._make_install_text( install_text = InstallChecks._make_install_text(
'REQUIRED zsh package') 'REQUIRED zsh package')
dotfiles.oh_my_zsh = Install.package('oh-my-zsh', dotfiles.oh_my_zsh = Install.package('oh-my-zsh-git',
install_text, install_text,
aur=True) aur=True)
dotfiles.oh_my_zsh_path = InstallChecks.get_installation_path( dotfiles.oh_my_zsh_path = InstallChecks.get_installation_path(