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>2019-07-08 14:09:59 +0300
committernachoparker <nacho@ownyourbits.com>2019-07-18 12:55:39 +0300
commite4bd5feb665f1ba924887e4dcd7e1cca665898b7 (patch)
tree5de10a76d3f032e3638b1195e7e2bc75a531096f /Vagrantfile
parent68b3f8a9b50e550b5d9a691f524b489d5eafb8df (diff)
move to buster/PHP7.3v1.15.0
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 2af828a1..61b45126 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -15,7 +15,7 @@ Vagrant.configure("2") do |config|
vmname = "NCP Debian VM"
release = ENV["DEB_RELEASE"]
config.vm.box = "debian/#{release}64"
- config.vm.box_check_update = false
+ config.vm.box_check_update = true
config.vm.hostname = "ncp-vm"
config.vm.synced_folder '.', '/vagrant', disabled: true