From 361b6eb62a1b0f1d3040a77131eed85a0b5dc10f Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 30 Jan 2017 11:49:45 +0100 Subject: Install sshfs for vagrant-sshfs, version: 1.2.7 see https://github.com/dustymabe/vagrant-sshfs --- jessie.json | 2 +- scripts/custom.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jessie.json b/jessie.json index 10e29b5..3950b29 100644 --- a/jessie.json +++ b/jessie.json @@ -11,7 +11,7 @@ "user": "vagrant", "hostname": "leap-jessie", "domain": "local", - "boxversion": "1.2.6" + "boxversion": "1.2.7" }, "provisioners": [ { diff --git a/scripts/custom.sh b/scripts/custom.sh index 9ed5ceb..19227fe 100644 --- a/scripts/custom.sh +++ b/scripts/custom.sh @@ -6,7 +6,7 @@ sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_c # install additional packages # LEAP people like some of these: see also #6898 and https://github.com/leapcode/leap_cli/pull/17 -apt-get -y install leap-archive-keyring puppet lsb-release facter rsync curl bash-completion wget sudo unzip vim tmux ntp git rdoc +apt-get -y install leap-archive-keyring puppet lsb-release facter rsync curl bash-completion wget sudo unzip vim tmux ntp git rdoc sshfs # Don't use client locales # https://stackoverflow.com/questions/29609371/how-do-not-pass-locale-through-ssh -- cgit v1.2.3