mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-25 09:54:43 +03:00
Try to fix ghr
This commit is contained in:
parent
8a258f913b
commit
f468655557
5
.github/scripts/install-ghr.sh
vendored
5
.github/scripts/install-ghr.sh
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user