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
path: root/etc
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-19 13:01:24 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-19 13:01:24 +0300
commit8f873c174d5f7b057825a8a289937b59c59ebcb4 (patch)
treeb92b977a754b95e8b2d658aee12bc20754d31e35 /etc
parent54e8cf35158239d8d2f3a84050d80fe6a971a562 (diff)
nc-snapshot-sync: install ssh client
Diffstat (limited to 'etc')
-rw-r--r--etc/ncp-config.d/nc-snapshot-sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-config.d/nc-snapshot-sync.sh b/etc/ncp-config.d/nc-snapshot-sync.sh
index ecca05f3..15703f04 100644
--- a/etc/ncp-config.d/nc-snapshot-sync.sh
+++ b/etc/ncp-config.d/nc-snapshot-sync.sh
@@ -23,7 +23,7 @@ Only use compression for internet transfer, because it uses many resources"
install()
{
apt-get update
- apt-get install -y --no-install-recommends pv
+ apt-get install -y --no-install-recommends pv openssh-client
wget https://raw.githubusercontent.com/nachoparker/btrfs-sync/master/btrfs-sync -O /usr/local/bin/btrfs-sync
chmod +x /usr/local/bin/btrfs-sync
ssh-keygen -N "" -f /root/.ssh/id_rsa