From 57852ad2096eb5f4cacd09b3b2a422717c7fc32b Mon Sep 17 00:00:00 2001 From: nachoparker Date: Mon, 18 Jun 2018 14:02:49 +0200 Subject: nc-snapshot-sync: upgrade --- changelog.md | 8 +++++++- update.sh | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2ada2e17..136fa9f0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ -[v0.56.22](https://github.com/nextcloud/nextcloudpi/commit/cbda56e) (2018-06-14) nc-restore: fix redis restart in docker +[v0.56.25](https://github.com/nextcloud/nextcloudpi/commit/13b8060) (2018-06-18) nc-snapshot-sync: upgrade + +[v0.56.24](https://github.com/nextcloud/nextcloudpi/commit/16ce683) (2018-06-18) nc-datadir: make sure we have the correct permissions + +[v0.56.23, master](https://github.com/nextcloud/nextcloudpi/commit/0a047a1) (2018-06-18) nc-info: fix typo + +[v0.56.22](https://github.com/nextcloud/nextcloudpi/commit/96e9f20) (2018-06-14) nc-restore: fix redis restart in docker [v0.56.21](https://github.com/nextcloud/nextcloudpi/commit/80492b3) (2018-06-11) docker: persist SSL certificates diff --git a/update.sh b/update.sh index dde94400..622c5af0 100755 --- a/update.sh +++ b/update.sh @@ -220,6 +220,12 @@ EOF install_script nc-restore.sh cd - &>/dev/null + # Update btrfs-sync and btrfs-snap + wget -q https://raw.githubusercontent.com/nachoparker/btrfs-sync/master/btrfs-sync -O /usr/local/bin/btrfs-sync + chmod +x /usr/local/bin/btrfs-sync + wget -q https://raw.githubusercontent.com/nachoparker/btrfs-snp/master/btrfs-snp -O /usr/local/bin/btrfs-snp + chmod +x /usr/local/bin/btrfs-snp + } # end - only live updates exit 0 -- cgit v1.2.3