1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-25 01:42:20 +03:00

Try to fix ghr

This commit is contained in:
Steven van den Broek 2021-07-17 12:07:44 +02:00
parent 8a258f913b
commit f468655557

View File

@ -13,8 +13,7 @@ else
echo "Installing ghr" echo "Installing ghr"
URL="https://github.com/tcnksm/ghr/releases/download/v0.5.4/ghr_v0.5.4_${ARCH}_386.zip" URL="https://github.com/tcnksm/ghr/releases/download/v0.5.4/ghr_v0.5.4_${ARCH}_386.zip"
curl -L ${URL} > ghr.zip curl -L ${URL} > ghr.zip
mkdir -p "$HOME/bin" mkdir -p "$HOME/.local/bin"
export PATH="$HOME/bin:$PATH" unzip ghr.zip -d "$HOME/.local/bin/"
unzip ghr.zip -d "$HOME/bin"
rm ghr.zip rm ghr.zip
fi fi