this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove post_pull bootstrap

Just use builtin `--bootstrap` or `--no-bootstrap` instead.

-10
-10
.config/yadm/hooks/post_pull
··· 1 - #!/bin/bash 2 - 3 - set -o errexit 4 - set -o nounset 5 - 6 - if [[ $YADM_HOOK_EXIT == 0 ]]; then 7 - yadm bootstrap 8 - else 9 - echo "'yadm pull' failed, not running bootstrap script" 10 - fi