0
0
hugo/README.md

13 lines
375 B
Markdown
Raw Normal View History

2023-12-19 10:06:06 +01:00
# hugo
2023-12-19 12:06:27 +01:00
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
```