Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2019-08-19 10:44:40 +0300
committerGuy Sheffer <guysoft@gmail.com>2019-08-19 10:44:40 +0300
commite25f12f71d9768225e40ce74ae21ec95224c9efd (patch)
treeb1f5878de704ac249ce08cf7f5a9fc20c329d61b
parent4d44d3f5eeb6df7af695f8eeaf01816d3074ecca (diff)
Move vagrant method to Buster
-rw-r--r--src/vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vagrant/Vagrantfile b/src/vagrant/Vagrantfile
index a4567d9..a5b9094 100644
--- a/src/vagrant/Vagrantfile
+++ b/src/vagrant/Vagrantfile
@@ -1,7 +1,7 @@
vagrant_root = File.dirname(__FILE__)
Vagrant.configure("2") do |o|
# o.vm.box = "octopi-build"
- o.vm.box= "debian/stretch64"
+ o.vm.box= "debian/buster64"
o.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
o.vm.synced_folder File.read("../custompios_path").gsub("\n",""), "/CustomPiOS", create:true, type: "nfs"
o.vm.synced_folder "../", "/distro", create:true, type: "nfs"