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-04-27 15:05:44 +0300
committernachoparker <nacho@ownyourbits.com>2018-04-27 15:05:44 +0300
commit9a6d371f9ce08a4f5c911dba2fe77f87d9b3f389 (patch)
tree98f893d6a94fa0dad9ca0cb7cbd5b95815cb10d8
parent99f1e1e22cbf38c21e4388565298fe2f2daafca0 (diff)
nc-snapshot-sync: upgradev0.54.1
-rwxr-xr-xupdate.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 4500f701..ea47c5f8 100755
--- a/update.sh
+++ b/update.sh
@@ -134,6 +134,10 @@ EOF
sed -i 's|nextcloudpi-config.d|ncp-config.d|' /home/www/ncp-launcher.sh
mv /etc/apt/apt.conf.d/20nextcloudpi-upgrades /etc/apt/apt.conf.d/20ncp-upgrades &>/dev/null
+ # 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
+
} # end - only live updates
exit 0