Merge pull request #3 from maxkratz/feature/update-vm-os-to-22.04

Ubuntu 22.04 upgrade
This commit is contained in:
Maximilian Kratz 2024-01-29 17:12:37 +01:00 committed by GitHub
commit fa53a69285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,7 @@ This repository is used to automatically build an [EdgeDB](https://www.edgedb.co
## 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)
- [EdgeDB](https://www.edgedb.com/)

2
Vagrantfile vendored
View file

@ -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 'edgedb'
config.vm.provider :virtualbox do |vb|
vb.name = "edgedb"

View file

@ -74,7 +74,6 @@ sudo edgedb --port 5656 --tls-security insecure --admin --unix-path /run/edgedb
# Clean up
log "Clean-up"
sudo apt-get remove -yq \
snapd \
libreoffice-* \
thunderbird \
pidgin \