0
0

Update README.md
All checks were successful
release / release (push) Successful in 7s

This commit is contained in:
Denys Konovalov 2023-12-28 21:03:27 +01:00
parent c65e5b3403
commit 1d9ed829d5

@ -5,8 +5,8 @@ Debian-Repository mit offiziellen Builds von Hugo-DEB-Paketen
## Setup
```bash
sudo curl https://git.cantorgymnasium.de/api/packages/gcg/debian/repository.key -o /etc/apt/trusted.gpg.d/gitea-gcg.asc
echo "deb https://git.cantorgymnasium.de/api/packages/gcg/debian all main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo curl https://git.cantorgymnasium.de/api/packages/gcg/debian/repository.key -o /etc/apt/keyrings/gitea-gcg.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-gcg.asc] https://git.cantorgymnasium.de/api/packages/gcg/debian all main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update
sudo apt install hugo