Skip to content

Commit

Permalink
feat: provide dns packages
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 11, 2024
1 parent 043e670 commit 9f29fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ main_apt() {
main_xbps() {
xbps_packages=(
xmirror
bind-utils
)
declare -A xbps_packages_replace=(
[lolcat]=lolcat-c
Expand Down Expand Up @@ -116,6 +117,7 @@ main_pacman() {
tcpdump
powertop
taplo-cli
bind
)
declare -A pacman_packages_replace=(
)
Expand Down

0 comments on commit 9f29fea

Please sign in to comment.