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:
-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