diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 11:04:37 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 11:04:37 +0100 |
| commit | e6c011d00770d63e6015e5ce645c523b62526772 (patch) | |
| tree | f023bc5e46ea0b836526a61947b2cf33b15b7f61 | |
| parent | ba8aaa4aded3adf6f80557bde9f18612e2c21deb (diff) | |
removes extraneous " in install.sh
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ then doas apk add podman-compose fi -if [ -z "$(which yq 2>/dev/null")" ] +if [ -z "$(which yq 2>/dev/null)" ] then YQ_PLATFORM="linux_$(expr "$(arch)" : "armv7" && echo arm || expr "$(arch)" : "x86_64" && echo amd64 || arch)" wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_${YQ_PLATFORM} |
