commit 886270327da72ca08c533ca1c6da30c91193e455 parent 297285bf8b9a783e4d2963e33284f97ab0d08d18 Author: Yersa Nordman <yersa@finwo.nl> Date: Thu, 16 Mar 2023 22:34:53 +0100 Add forgotten pipes to install.sh Diffstat:
| M | install.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.sh b/install.sh @@ -3,8 +3,8 @@ TARGET=linux-amd64 echo -n "Downloading tarball..." -curl -sSL https://github.com/finwo/pmlag/releases/download/edge/pmlag-${TARGET}.tar.gz -o - \ - gzip -d \ +curl -sSL https://github.com/finwo/pmlag/releases/download/edge/pmlag-${TARGET}.tar.gz -o - | \ + gzip -d | \ tar x echo "done"