Calling the installer from fish
This commit is contained in:
parent
979158347c
commit
6ed625f70f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ oh-my-fish:
|
|||
|
||||
install-oh-my-fish:
|
||||
cmd.run:
|
||||
- name: bin/install --noninteractive --offline
|
||||
- name: fish -c "bin/install --noninteractive --offline"
|
||||
- cwd: {{ grains.homedir }}/oh-my-fish
|
||||
- runas: {{ grains.user }}
|
||||
- unless: test -d {{ grains.homedir }}/.local/share/omf
|
||||
|
|
Loading…
Reference in a new issue