Patch up installer
Was getting into some weird territory where ZSH syntax was creeping in. Reworked to be a pure shell script and updated the install instructions to reflect that. Also a small bit of additional clean up in there. Fixes #24
This commit is contained in:
parent
cfc516a82c
commit
600e1adb8b
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ master my life. My `dotfiles`, without me, are useless. Without my `dotfiles`, I
|
|||
am useless.
|
||||
|
||||
```shell
|
||||
source <(curl -s https://raw.githubusercontent.com/joshtronic/dotfiles/master/install)
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/master/install)"
|
||||
```
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue