Skip to content

Commit 69b9a97

Browse files
nojafcknitt
andcommitted
Update .devcontainer/postCreate.sh
Co-authored-by: Christoph Knittel <christoph@knittel.cc>
1 parent c443368 commit 69b9a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/postCreate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# Install dev dependencies from OPAM
4-
opam init -y --bare --disable-sandboxing git+https://github.com/rescript-lang/opam-repository
4+
opam init -y --bare --disable-sandboxing
55
opam switch create 5.2.0 --packages ocaml-option-static
66
opam install . --deps-only -y
77

0 commit comments

Comments
 (0)