1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-11-22 04:33:06 +03:00

Fix typo, actually final fix now

This commit is contained in:
Steven van den Broek 2021-07-18 21:26:45 +02:00
parent 371a231e4a
commit 598a5edf82

View File

@ -21,9 +21,9 @@ else
curl -L ${URL} > ghr.zip
unzip ghr.zip
GHR_DIR="ghr_v0.14.0_${ARCH}_amd64"
mv GHR_DIR/ghr "$HOME/.local/bin/"
mv $GHR_DIR/ghr "$HOME/.local/bin/"
rm ghr.zip
rm GHR_DIR -r
rm $GHR_DIR -r
fi
ls "$HOME/.local/bin/"
fi