[Android] Change the Desktop Environment from Mate to Lubuntu in Vagrant

Lubuntu Desktop Environment is lighter than the Mate DE, which is very beneficial in a virtual environments situation.
Lubuntu uses 194 MB RAM and 12,47 GB disk space, while Mate uses 435 MB RAM and 13,95 GB disk space.
This commit is contained in:
Adam Radocz 2019-05-03 16:17:05 +02:00 committed by GitHub
parent 8ad746ef94
commit 21a13079c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
android/Vagrantfile vendored
View File

@ -115,7 +115,7 @@ Vagrant.configure("2") do |config|
add-apt-repository ppa:lyzardking/ubuntu-make add-apt-repository ppa:lyzardking/ubuntu-make
apt-get --assume-yes update apt-get --assume-yes update
apt-get --assume-yes dist-upgrade -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --allow-downgrades --allow-remove-essential --allow-change-held-packages apt-get --assume-yes dist-upgrade -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-confdef --allow-downgrades --allow-remove-essential --allow-change-held-packages
apt-get --assume-yes install ubuntu-mate-core virtualbox-guest-x11 apt-get --assume-yes install lubuntu-core virtualbox-guest-x11
apt-get --assume-yes install ubuntu-make git automake libtool pkg-config apt-get --assume-yes install ubuntu-make git automake libtool pkg-config
update-locale LC_ALL=en_US.UTF-8 update-locale LC_ALL=en_US.UTF-8
SHELL SHELL