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 /update.sh
parent0d7ceb5ca459a0192b7f4a00539e8c9d87ca8e93 (diff)
nc-snapshot-sync: upgradev0.56.25
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh6
1 files changed, 6 insertions, 0 deletions
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