mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Fix syntax for "source via url"
This commit is contained in:
parent
d8d13ce47e
commit
3253743939
@ -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 New Issue
Block a user