Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-18 15:02:49 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-18 15:02:58 +0300
commit57852ad2096eb5f4cacd09b3b2a422717c7fc32b (patch)
tree731c29b3b147501c4f2f7dd3e2b7ab24a06360e2
parent0d7ceb5ca459a0192b7f4a00539e8c9d87ca8e93 (diff)
nc-snapshot-sync: upgradev0.56.25
-rw-r--r--changelog.md8
-rwxr-xr-xupdate.sh6
2 files changed, 13 insertions, 1 deletions
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