Skip to content

Commit 665a63c

Browse files
nojafcknitt
andauthored
Update .devcontainer/postCreate.sh
Co-authored-by: Christoph Knittel <[email protected]>
1 parent 5b558c9 commit 665a63c

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)