File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ pkgs+=(ninja-build) # Required build tool.
5050pkgs+=(pipx) # Package manager for Python applications.
5151pkgs+=(python3-jinja2) # Required build tool.
5252pkgs+=(wget) # Required build tool.
53+ pkgs+=(vim) # Text editor.
5354apt-get update
5455apt-get install -y --no-install-recommends "${pkgs[@]}"
5556apt-get clean
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ pkgs+=(python3-pip) # Package manager for Python applications.
2828pkgs+=(rpm-build) # Required packaging tool.
2929pkgs+=(rpmdevtools) # Required packaging tool.
3030pkgs+=(wget) # Required build tool.
31+ pkgs+=(vim) # Text editor.
3132dnf install -y --allowerasing --setopt=tsflags=nodocs "${pkgs[@]}"
3233dnf clean -y all
3334rm -rf /var/cache/dnf/*
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ pkgs+=(gpg-agent) # Dependency for tools requiring signing or encrypting/d
3232pkgs+=(jq) # Pretty printing.
3333pkgs+=(pipx) # Package manager for Python applications.
3434pkgs+=(wget) # Required build tool.
35+ pkgs+=(vim) # Text editor.
3536apt-get update
3637apt-get install -y --no-install-recommends "${pkgs[@]}"
3738apt-get clean
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ pkgs+=(ninja-build) # Required build tool.
3939pkgs+=(pipx) # Package manager for Python applications.
4040pkgs+=(python3-jinja2) # Required build tool.
4141pkgs+=(wget) # Required build tool.
42+ pkgs+=(vim) # Text editor.
4243apt-get update
4344apt-get install -y --no-install-recommends "${pkgs[@]}"
4445apt-get clean
You can’t perform that action at this time.
0 commit comments