diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 04:53:29 -0300 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 04:53:29 -0300 |
commit | 9bc244962da7522123e7bb4a26ac1b7fd2d496f6 (patch) | |
tree | 465b79fa48c384b5089924f831131006f16867a4 | |
parent | 1bf7e0511fd88f5754212168b4f36d7507759d1a (diff) |
Makefile: Install pygments and markdwon package for Python
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ apache-uninstall: .PHONY: cgit-install cgit-install: + apt install cgit python3-pygments python3-markdown cp cgitrc cgitrepos /etc .PHONY: clean |