@rubytech/create-realagent 1.0.863 → 1.0.864
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -615,7 +615,7 @@ function installSystemDeps() {
|
|
|
615
615
|
installAllBrewPackages(DARWIN_BASE_DEPS, logFile);
|
|
616
616
|
return;
|
|
617
617
|
}
|
|
618
|
-
const BASE_DEPS = ["curl", "git", "unzip", "jq", "avahi-daemon", "avahi-utils", "poppler-utils", "ffmpeg"];
|
|
618
|
+
const BASE_DEPS = ["curl", "git", "unzip", "jq", "avahi-daemon", "avahi-utils", "poppler-utils", "ffmpeg", "bind9-dnsutils"];
|
|
619
619
|
// xterm is the *preferred* terminal-emulator binary for the VNC-rendered
|
|
620
620
|
// Terminal surface (Task 632 — gnome-terminal is a D-Bus launcher that
|
|
621
621
|
// delegates window creation to the session's gnome-terminal-server,
|