Skip to content

Commit

Permalink
update vm box version and apk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengwen Yuan committed Aug 29, 2019
1 parent 423bb38 commit 363aa6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# vi: set ft=ruby :

# MobileInsight Vagrant Installation Script
# Copyright (c) 2017 MobileInsight Team
# Copyright (c) 2019 MobileInsight Team
# Author: Zengwen Yuan, zyuan (at) cs.ucla.edu
# Version: 1.2
# Version: 1.3

$INSTALL_BASE = <<SCRIPT
apt-get update
Expand Down Expand Up @@ -109,13 +109,13 @@ make apk_debug
# Copy MobileInsight apk to local folder
# Please exit vagrant ssh shell and use adb to install
cp MobileInsight-3.2.0-debug.apk /vagrant
cp MobileInsight-4.0.0-debug.apk /vagrant
SCRIPT

Vagrant.configure(2) do |config|
config.vm.box = "bento/ubuntu-16.04"
config.vm.box_version = "201708.22.0"
config.vm.box = "ubuntu/xenial64"
# config.vm.box_version = "201708.22.0"

config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine
Expand Down

0 comments on commit 363aa6b

Please sign in to comment.