base-ubuntu: add man package
This commit is contained in:
parent
df4772ed00
commit
29105424ec
@ -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 man
|
python3 build-essential man-db
|
||||||
|
|
||||||
# Install Tree-sitter and Neovim
|
# Install Tree-sitter and Neovim
|
||||||
ARCH=$(dpkg --print-architecture)
|
ARCH=$(dpkg --print-architecture)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user