Skip to content

Commit

Permalink
Fixes guysoft/OctoPi#466 , moved to debian/stretch64 on vagrant, upda…
Browse files Browse the repository at this point in the history
…te your VMs
  • Loading branch information
guysoft committed Jan 28, 2018
1 parent 636d7e2 commit 1f81cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vagrant_root = File.dirname(__FILE__)
Vagrant.configure("2") do |o|
# o.vm.box = "octopi-build"
o.vm.box= "ubuntu/zesty64"
o.vm.box= "debian/stretch64"
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"
Expand Down

0 comments on commit 1f81cb0

Please sign in to comment.