This website requires JavaScript.
Explore
Help
Register
Sign In
balsoft
/
ligo
Watch
1
Star
0
Fork
0
You've already forked ligo
Code
Issues
Pull Requests
Releases
Wiki
Activity
17b413faee
ligo
/
scripts
/
install_ligo_with_dependencies.sh
5 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
Security aspects for shell scripts (well, an attempt at that)
2019-05-28 00:00:09 +04:00
#!/bin/bash
set
-euET -o pipefail
cd
src
&&
opam install . --yes
Reference in New Issue
Copy Permalink