1
1
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:
Yvee1 2023-12-17 15:22:33 +01:00
parent 836423b4e9
commit a1ebd33954

View File

@ -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