0
0
hugo/README.md

14 lines
415 B
Markdown
Raw Permalink Normal View History

2024-07-05 20:29:38 +02:00
# HUGO
2023-12-19 10:06:06 +01:00
2024-07-05 20:29:38 +02:00
Debian-Repository mit offiziellen Builds von HUGO-DEB-Paketen
2023-12-19 12:06:27 +01:00
## Setup
```bash
2023-12-28 21:03:27 +01:00
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
2023-12-19 12:06:27 +01:00
sudo apt update
sudo apt install hugo
2024-07-05 20:29:38 +02:00
```