1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Release 1.05

Update version number and update documentation

* Improve portability of shebang line (#14)
* Support for symlinked directories (#17)
* Improve portability of tar parameters (#18)
* Support alternate gpg program (#19)
* Fallback to using `ls` if `/bin/ls` does not exist (#22)
This commit is contained in:
Tim Byrne
2016-09-08 08:08:22 -05:00
parent e40c054805
commit 05ed83ea34
6 changed files with 36 additions and 192 deletions

2
yadm
View File

@@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
fi
VERSION=1.04
VERSION=1.05
YADM_WORK="$HOME"
YADM_DIR="$HOME/.yadm"