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>2019-07-25 02:47:34 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-25 02:55:10 +0300
commitbcef6bf36d05fcdbc9391ccf7aa557aa730c6f77 (patch)
tree3e35d481bbcc7ff4aa228e71b19dba7fdd91881f
parent1bf610f3b729eec3c3fc5ec8b6a79b2b9f429d4a (diff)
nc-snapshot: update btrfs-snpv1.15.3
Signed-off-by: nachoparker <nacho@ownyourbits.com>
-rw-r--r--changelog.md6
-rw-r--r--updates/1.16.0.sh5
2 files changed, 9 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index e8342bea..9445240a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.15.2](https://github.com/nextcloud/nextcloudpi/commit/7791e81) (2019-07-19) update: restore smbclient after dist upgrade
+[v1.15.3](https://github.com/nextcloud/nextcloudpi/commit/fdcde1b) (2019-07-24) nc-snapshot: update btrfs-snp
-[v1.15.1 ](https://github.com/nextcloud/nextcloudpi/commit/a00f240) (2019-07-17) exclude versions, trash, uploads from backups
+[v1.15.2 ](https://github.com/nextcloud/nextcloudpi/commit/212bd46) (2019-07-19) update: restore smbclient after dist upgrade
+
+[v1.15.1 ](https://github.com/nextcloud/nextcloudpi/commit/7663a90) (2019-07-17) exclude versions, trash, uploads from backups
[v1.15.0 ](https://github.com/nextcloud/nextcloudpi/commit/e4bd5fe) (2019-07-08) move to buster/PHP7.3
diff --git a/updates/1.16.0.sh b/updates/1.16.0.sh
index 0748c2df..e1da55d8 100644
--- a/updates/1.16.0.sh
+++ b/updates/1.16.0.sh
@@ -24,6 +24,7 @@ apt-get install -y --no-install-recommends lsb-release
[[ ! -f /.docker-image ]] && {
# Update btrfs-sync
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
# work around dhcpcd Raspbian bug
# https://lb.raspberrypi.org/forums/viewtopic.php?t=230779
@@ -33,6 +34,10 @@ apt-get install -y --no-install-recommends lsb-release
apt-get install -y --no-install-recommends haveged
systemctl enable haveged.service
}
+
+ # Update btrfs-snp
+ wget https://raw.githubusercontent.com/nachoparker/btrfs-snp/master/btrfs-snp -O /usr/local/bin/btrfs-snp
+ chmod +x /usr/local/bin/btrfs-snp
}
exit 0