base-ubuntu: add man package

This commit is contained in:
Tomas Mirchev 2025-03-30 04:26:29 +02:00
parent 09fe2751ae
commit cb809c1fe4

View File

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