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:
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"
|
||||
URL="https://github.com/tcnksm/ghr/releases/download/v0.5.4/ghr_v0.5.4_${ARCH}_386.zip"
|
||||
curl -L ${URL} > ghr.zip
|
||||
mkdir -p "$HOME/bin"
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
unzip ghr.zip -d "$HOME/bin"
|
||||
mkdir -p "$HOME/.local/bin"
|
||||
unzip ghr.zip -d "$HOME/.local/bin/"
|
||||
rm ghr.zip
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user