diff --git a/README.md b/README.md index 2c5b2cd..00bd804 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository is used to automatically build an [eMoflon::Neo](https://emoflon ## Packages/Configuration -- [Ubuntu 20.04](https://app.vagrantup.com/gusztavvargadr/boxes/ubuntu-desktop) +- [Ubuntu 22.04](https://app.vagrantup.com/gusztavvargadr/boxes/xubuntu-desktop-2204-lts) - [OpenJDK 11](https://openjdk.org/projects/jdk/11/) - [Graphviz](https://graphviz.org/) - [eMoflon Neo Eclipse build](https://github.com/eMoflon/emoflon-neo-eclipse-build) (variant: *eclipse-emoflon-linux-user*) diff --git a/Vagrantfile b/Vagrantfile index 166e309..5927d88 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,7 +1,7 @@ token = ENV["GITHUB_TOKEN"] Vagrant.configure("2") do |config| - config.vm.box = "gusztavvargadr/ubuntu-desktop-2004-lts-xfce" + config.vm.box = "gusztavvargadr/xubuntu-desktop-2204-lts" config.vm.define 'emoflon' config.vm.provider :virtualbox do |vb| vb.name = "emoflon" diff --git a/prov.sh b/prov.sh index 5e11b46..2953314 100644 --- a/prov.sh +++ b/prov.sh @@ -133,7 +133,6 @@ sudo systemctl enable neo4j log "Clean-up" sudo apt-get remove -yq \ - snapd \ libreoffice-* \ thunderbird \ pidgin \