aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2022-12-11 04:53:29 -0300
committerRafael Laboissière <rafael@laboissiere.net>2022-12-11 04:53:29 -0300
commit9bc244962da7522123e7bb4a26ac1b7fd2d496f6 (patch)
tree465b79fa48c384b5089924f831131006f16867a4
parent1bf7e0511fd88f5754212168b4f36d7507759d1a (diff)
Makefile: Install pygments and markdwon package for Python
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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