mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 03:00:15 +03:00
I hate testing in CI.
This commit is contained in:
parent
bd79a92f9f
commit
86420e64c8
@ -24,10 +24,12 @@ case $os in
|
||||
osx)
|
||||
curl -L "$stackurl" |
|
||||
tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin
|
||||
;;
|
||||
linux)
|
||||
mkdir -p tmp
|
||||
curl -L "$stackurl" | tar xz -C tmp
|
||||
mv tmp/stack-*/stack ~/.local/bin
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user