ligo/scripts/install_ligo_with_dependencies.sh

5 lines
66 B
Bash
Executable File

#!/bin/bash
set -euET -o pipefail
cd src && opam install . --yes