mirror of
https://github.com/Yvee1/hascard.git
synced 2024-11-22 04:33:06 +03:00
Fix Windows stack-install 2
This commit is contained in:
parent
836423b4e9
commit
a1ebd33954
3
.github/scripts/install-stack.sh
vendored
3
.github/scripts/install-stack.sh
vendored
@ -19,7 +19,8 @@ else
|
||||
then
|
||||
curl --location "$URL" > stack.zip
|
||||
unzip stack.zip
|
||||
mkdir "$HOME/stack"
|
||||
ls
|
||||
mkdir -p "$HOME/stack"
|
||||
mv stack.exe "$HOME/stack"
|
||||
export PATH=$PATH:"$HOME/stack"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user