We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7437476 commit 2c44e57Copy full SHA for 2c44e57
Vagrantfile
@@ -14,7 +14,7 @@ Vagrant.configure(2) do |config|
14
# Every Vagrant development environment requires a box. You can search for
15
# boxes at https://atlas.hashicorp.com/search.
16
config.vm.box = "debian/jessie64"
17
- config.vm.box_version = "8.2.1"
+ config.vm.box_version = "8.7.0"
18
19
# Disable automatic box update checking. If you disable this, then
20
# boxes will only be checked for updates when the user runs
cookbook/qt.sh
@@ -20,8 +20,8 @@ else
fi
21
22
export DISPLAY=:0
23
-QT_BASE_VERSION=5.6
24
-QT_VERSION=5.6.0
+QT_BASE_VERSION=5.8
+QT_VERSION=5.8.0
25
26
cd /home/vagrant/
27
QT_INSTALL=1
0 commit comments