base-ubuntu: add man package

This commit is contained in:
Tomas Mirchev 2025-03-30 04:48:21 +02:00
parent df4772ed00
commit 29105424ec

View File

@ -4,7 +4,7 @@ set -e
sudo apt-get update && sudo apt-get install -y --no-install-recommends \
luarocks curl unzip ripgrep fd-find \
python3 build-essential man
python3 build-essential man-db
# Install Tree-sitter and Neovim
ARCH=$(dpkg --print-architecture)