Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readonly wanted_packages=(
docker-buildx-plugin
asciinema
# provides nslookup
dnsutils
bind9-dnsutils
# {{ if .is_gnome }}
yaru-theme-gtk
yaru-theme-icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ readonly unwanted_packages=(
docker-scan-plugin
# It is now installed as a chezmoiexternal
pipx
# Replaced by bind9-dnsutils
dnsutils
)

for package in "${unwanted_packages[@]}"; do
Expand Down