Fix syntax for "source via url"
This commit is contained in:
parent
d8d13ce47e
commit
3253743939
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function ask_about_source() {
|
||||||
echo "If installation is not possible right now, you can temporarily \"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 "in a yadm() function which fetches yadm remotely each time it is called."
|
||||||
echo
|
echo
|
||||||
echo " source <<< curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap'"
|
echo " source <(curl -fsSL '$YADM_REPO/raw/$YADM_RELEASE/bootstrap')"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue