mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 05:02:26 +00:00
fixed oh-my-zsh istallation
This commit is contained in:
parent
6c41f7b1c8
commit
48e38017b5
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class InstallChecks:
|
|||
else:
|
||||
install_text = InstallChecks._make_install_text(
|
||||
'REQUIRED zsh package')
|
||||
dotfiles.oh_my_zsh = Install.package('oh-my-zsh',
|
||||
dotfiles.oh_my_zsh = Install.package('oh-my-zsh-git',
|
||||
install_text,
|
||||
aur=True)
|
||||
dotfiles.oh_my_zsh_path = InstallChecks.get_installation_path(
|
||||
|
|
Loading…
Add table
Reference in a new issue