Add install_just
This commit is contained in:
parent
090f5ef3a6
commit
73573ab439
7
shell/install_just
Executable file
7
shell/install_just
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user