Run oh-my-fish install as the user, not root...
This commit is contained in:
parent
6826e556c5
commit
e77b961b8a
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ install-oh-my-fish:
|
|||
cmd.run:
|
||||
- name: bin/install --offline --noninteractive
|
||||
- cwd: {{ grains.homedir }}/oh-my-fish
|
||||
- runas: {{ grains.user }}
|
||||
- unless: test -d "$OMF_PATH"
|
Loading…
Reference in a new issue