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
6e3209fa4f
ligo
/
scripts
/
install_ligo_with_dependencies.sh
6 lines
46 B
Bash
Raw
Normal View
History
Unescape
Escape
Use sh, not bash
2019-05-28 22:54:37 +04:00
#!/bin/sh
set
-e
Security aspects for shell scripts (well, an attempt at that)
2019-05-28 00:00:09 +04:00
Use sh, not bash
2019-05-28 22:54:37 +04:00
cd
src
opam install . --yes
Reference in New Issue
Copy Permalink