Add execution permissions to new build scripts
This commit is contained in:
parent
e157e0527b
commit
a1a61e64f9
0
scripts/build_ligo_local.sh
Normal file → Executable file
0
scripts/build_ligo_local.sh
Normal file → Executable file
3
scripts/install_build_environment.sh
Normal file → Executable file
3
scripts/install_build_environment.sh
Normal file → Executable file
@ -16,8 +16,7 @@ else
|
||||
# extinct at this point right?
|
||||
curl -L https://github.com/ocaml/opam/releases/download/2.0.4/opam-2.0.4-x86_64-linux \
|
||||
--output opam
|
||||
if [ `openssl sha256 -r opam` = \
|
||||
"373e34f92f282273d482537f8103caad0d17b6f2699ff504bed77f474cb0c951 *opam" ]
|
||||
if [ "`openssl sha256 -r opam`" = "373e34f92f282273d482537f8103caad0d17b6f2699ff504bed77f474cb0c951 *opam" ]
|
||||
then
|
||||
sudo mv opam /usr/local/bin/opam
|
||||
sudo chmod +x /usr/local/bin/opam
|
||||
|
0
scripts/setup_dev_switch.sh
Normal file → Executable file
0
scripts/setup_dev_switch.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user