Skip to content

Commit

Permalink
Merge pull request eMoflon#36 from eMoflon/feature/ubuntu-22.04-upgrade
Browse files Browse the repository at this point in the history
Ubuntu 22.04 upgrade
  • Loading branch information
maxkratz committed Jan 3, 2024
2 parents f416128 + 9ec8f02 commit cd987f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository is used to automatically build an [eMoflon](https://emoflon.org)

## 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 17](https://openjdk.org/projects/jdk/17/)
- [Graphviz](https://graphviz.org/)
- [eMoflon IBeX Eclipse build](https://github.com/eMoflon/emoflon-ibex-eclipse-build) (variant: *eclipse-emoflon-linux-user*)
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ chmod u+x /home/vagrant/Desktop/*.desktop

log "Clean-up"
sudo apt-get remove -yq \
snapd \
libreoffice-* \
thunderbird \
pidgin \
Expand Down

0 comments on commit cd987f4

Please sign in to comment.