0
0

README.md aktualisiert
All checks were successful
release / release (push) Successful in 1s

This commit is contained in:
Denys Konovalov 2023-12-19 12:06:27 +01:00
parent 89ec8d069e
commit 16b93be0e2

@ -1,3 +1,13 @@
# hugo
Debian-Repository mit offiziellen Builds von Hugo-DEB-Paketen
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 apt update
sudo apt install hugo
```