Fix syntax for "source via url"

pull/57/head
Tim Byrne 7 years ago
parent d8d13ce47e
commit 3253743939
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -57,7 +57,7 @@ function ask_about_source() {
echo "If installation is not possible right now, you can temporarily \"source\""
echo "in a yadm() function which fetches yadm remotely each time it is called."
echo
echo " source <<< curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap'"
echo " source <(curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap')"
echo
fi
}

Loading…
Cancel
Save