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-10-23 04:21:46 +0300
committernachoparker <nacho@ownyourbits.com>2018-10-23 04:57:41 +0300
commit0f425ff6d79ea3f62cf8052803d90cb4020628f8 (patch)
tree9fcfa64f8618b3a3d1aea216011cbb794f6a286f /Vagrantfile
parentb3069cb353340a1d1b25c260419a830b65ae4997 (diff)
build: use sury packages for x86
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index f8626245..60794c33 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -2,7 +2,7 @@
# vi: set ft=ruby :
#
-# Vagrantfile test the NCP curl installer
+# Vagrantfile for the NCP Debian VM
#
# Instructions: vagrant up; vagrant ssh
#
@@ -41,6 +41,7 @@ Vagrant.configure("2") do |config|
install_script post-inst.sh
cd -
rm -r /tmp/nextcloudpi
+ systemctl disable sshd
poweroff
SHELL