1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 04:33:06 +03:00
This commit is contained in:
Steven van den Broek 2021-07-18 21:03:43 +02:00
parent db19fa39ae
commit 4701f3c558

View File

@ -12,7 +12,7 @@ else
URL="https://github.com/tcnksm/ghr/releases/download/v0.14.0/ghr_v0.14.0_${ARCH}_amd64.tar.gz"
curl -L ${URL} > ghr.tar.gz
gunzip ghr.tar.gz
tar -x -f stack.tar --strip-components 1
tar -x -f ghr.tar --strip-components 1
mv ghr "$HOME/.local/bin/"
rm ghr.tar
else