You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installer.sh uses some parts of opam installer script.
To avoid code/hashes duplication and double maintenance, maybe worth calling opam installer with some options: --download-only that only downloads and validate sha, and --version.
The text was updated successfully, but these errors were encountered:
I missed that, thanks! It was planned not to maintain that part but to fetch it from the release CI but using the installer directly seems like a better idea.
installer.sh uses some parts of opam installer script.
To avoid code/hashes duplication and double maintenance, maybe worth calling opam installer with some options:
--download-only
that only downloads and validate sha, and--version
.The text was updated successfully, but these errors were encountered: