Delete Debian_10

StefanU 2024-09-08 16:40:38 +02:00
parent 219850dcac
commit da416fb99c

@ -33,11 +33,11 @@ You first need to create a repository file for your Linux distribution and versi
I'll show it here in details for Ubuntu 22.04, for other distributions use [the above link](https://github.com/EGroupware/egroupware/wiki/20.1-Release-notes-and-distribution-specific-instructions). This is NOT necessary if you update, unless you use EPL before 19.1, which used a different repo.
```
echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/server:eGroupWare.list
sudo apt install gnupg # required, but not installed by apt-key add in Debian 10/11
sudo apt install gnupg # required, but not installed by apt-key add in Debian 11/12
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_24.04/Release.key -O - | sudo tee /etc/apt/trusted.gpg.d/server:eGroupWare.asc
sudo apt update
```
(replace `24.04` with `22.04`, `20.04` or `18.04`, or `xUbuntu_22.04` with `Debian_10`, `Debian_11` or `Debian_12`)
(replace `24.04` with `22.04`, `20.04` or `18.04`, or `xUbuntu_22.04` with `Debian_11` or `Debian_12`)
> If you run an older Debian or Ubuntu release and get errors from `apt update`, you need to use `wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_20.04/Release.key -O - | sudo apt-key add -`