[Linux] Add dependencies for avahi/mdns
This commit is contained in:
parent
318438fbfd
commit
d4f6e57331
@ -8,11 +8,11 @@ indirect_expand() {
|
||||
ESSENTIAL=(
|
||||
"lightdm-git" "zsh" "git" "emacs-git" "autoconf" "pkg-config" "pyenv"
|
||||
"autoconf" "automake" "the_silver_searcher" "jdk8-openjdk" "openjdk8-doc"
|
||||
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode"
|
||||
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "termite"
|
||||
"rofi-pass" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet"
|
||||
"pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon" "pass"
|
||||
"pavucontrol" "xsettingsd-git" "udisks" "udiskie" "python-pip"
|
||||
"gnome-keyring" "ntp" "nss-mdns"
|
||||
"gnome-keyring" "ntp" "nss-mdns" "avahi" "nss-mdns"
|
||||
)
|
||||
|
||||
NEEDED=(
|
||||
@ -42,6 +42,11 @@ MACBOOK=(
|
||||
"broadcom-wl-dkms" "pommed-light" "batterymon-clone"
|
||||
)
|
||||
|
||||
SERVICES=(
|
||||
"sshd.socket" "nvidia-persistenced.service" "NetworkManager.service"
|
||||
"--user vncserver@:1" "autorandr.service" "avahi-daemon.service"
|
||||
)
|
||||
|
||||
install_deps() {
|
||||
for dependency in "${APPEARANCE[@]}"
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user