fix readme error and change bash to sh in installation script

This commit is contained in:
2021-11-17 15:26:55 -07:00
parent 26bc7fee7c
commit 11fac2644e
2 changed files with 3 additions and 2 deletions

View File

@@ -5,4 +5,4 @@ My config for dotfiles.
Prereqs: `git wget` Prereqs: `git wget`
- Run `sh -c "$(wget -q0- git.io/chezmoi)" -- init --apply candrewlee14` - Run `sh -c "$(wget -qO- git.io/chezmoi)" -- init --apply -v candrewlee14`

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env sh
echo "Running installation script\n"
{{- if eq .chezmoi.os "linux" }} {{- if eq .chezmoi.os "linux" }}
{{- if eq .chezmoi.osRelease.id "alpine" }} {{- if eq .chezmoi.osRelease.id "alpine" }}
apk update apk update