Add execution permissions to new build scripts

This commit is contained in:
John David Pressman 2019-06-07 22:25:34 -07:00
parent e157e0527b
commit a1a61e64f9
3 changed files with 1 additions and 2 deletions

0
scripts/build_ligo_local.sh Normal file → Executable file
View File

3
scripts/install_build_environment.sh Normal file → Executable file
View File

@ -16,8 +16,7 @@ else
# extinct at this point right? # extinct at this point right?
curl -L https://github.com/ocaml/opam/releases/download/2.0.4/opam-2.0.4-x86_64-linux \ curl -L https://github.com/ocaml/opam/releases/download/2.0.4/opam-2.0.4-x86_64-linux \
--output opam --output opam
if [ `openssl sha256 -r opam` = \ if [ "`openssl sha256 -r opam`" = "373e34f92f282273d482537f8103caad0d17b6f2699ff504bed77f474cb0c951 *opam" ]
"373e34f92f282273d482537f8103caad0d17b6f2699ff504bed77f474cb0c951 *opam" ]
then then
sudo mv opam /usr/local/bin/opam sudo mv opam /usr/local/bin/opam
sudo chmod +x /usr/local/bin/opam sudo chmod +x /usr/local/bin/opam

0
scripts/setup_dev_switch.sh Normal file → Executable file
View File