We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ffeaa commit 9bf4a9dCopy full SHA for 9bf4a9d
install-ucm.sh
@@ -15,6 +15,6 @@ release_file_name() {
15
16
mkdir -p /opt/unisonlanguage
17
18
-curl --fail-with-body -L "https://github.com/unisonweb/unison/releases/download/${UCM_RELEASE}/$(release_file_name)" | tar -xz -C /opt/unisonlanguage
+curl --fail-with-body --retry 12 --retry-all-errors -L "https://github.com/unisonweb/unison/releases/download/${UCM_RELEASE}/$(release_file_name)" | tar -xz -C /opt/unisonlanguage
19
20
ln -s /opt/unisonlanguage/ucm /usr/local/bin/ucm
0 commit comments