dnsutils hinzugefügt

This commit is contained in:
2020-05-25 16:34:19 +02:00
parent dfc84a0629
commit f6197ca2a3

View File

@@ -1,7 +1,7 @@
#!/bin/bash
## Define Arrays
packages=( "zsh" "htop" "figlet" "tmux" "curl" "net-tools" )
packages=( "zsh" "htop" "figlet" "tmux" "curl" "net-tools" "dnsutils" )
configfiles=( ".zshrc" ".antigen.zsh" ".p10k.zsh" ".tmux.conf" ".config/htop/htoprc" "/usr/share/nano/yaml.nanorc" )
configfileslinux=( "/etc/nanorc" )
motdfiles=( "/etc/update-motd.d/00-header" "/etc/update-motd.d/10-uname" "/etc/update-motd.d/10-sysinfo" "/etc/update-motd.d/90-footer" )