0
0
hugo/README.md
Denys Konovalov 6210e515ba
All checks were successful
HUGO Update Check / update-check (push) Successful in 1s
README.md aktualisiert
2024-07-05 20:29:38 +02:00

14 lines
415 B
Markdown

# HUGO
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/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
```