Hard-coding Ubuntu jammy in EdgeDB installation

https://github.com/edgedb/edgedb/issues/7364#issuecomment-2120913558
This commit is contained in:
Maximilian Kratz 2024-05-20 21:33:30 +02:00
parent d24090fa43
commit 2c79a2137d

View file

@ -41,10 +41,10 @@ sudo mkdir -p /usr/local/share/keyrings && \
echo deb [signed-by=/usr/local/share/keyrings/edgedb-keyring.gpg] \
https://packages.edgedb.com/apt \
$(grep "VERSION_CODENAME=" /etc/os-release | cut -d= -f2) main \
jammy main \
| sudo tee /etc/apt/sources.list.d/edgedb.list
sudo apt-get update && sudo apt-get install -y edgedb-3
sudo apt-get update && sudo apt-get install -y edgedb-3 libicu70
sudo systemctl enable --now edgedb-server-3