From 9bc244962da7522123e7bb4a26ac1b7fd2d496f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sun, 11 Dec 2022 04:53:29 -0300 Subject: Makefile: Install pygments and markdwon package for Python --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3b5769a..4933c60 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ apache-uninstall: .PHONY: cgit-install cgit-install: + apt install cgit python3-pygments python3-markdown cp cgitrc cgitrepos /etc .PHONY: clean -- cgit v1.2.3