buildwithnexus 0.5.7 → 0.5.8

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.
Binary file
@@ -10,7 +10,7 @@ users:
10
10
  runcmd:
11
11
  # Wait for network + install packages (QEMU SLIRP DNS is slow at boot)
12
12
  - |
13
- PACKAGES="docker.io docker-compose software-properties-common git curl wget jq tmux auditd ufw libvirt-daemon libvirt-daemon-system libvirt-clients"
13
+ PACKAGES="openssh-server docker.io docker-compose software-properties-common git curl wget jq tmux auditd ufw libvirt-daemon libvirt-daemon-system libvirt-clients"
14
14
  for attempt in $(seq 1 10); do
15
15
  apt-get update && \
16
16
  DEBIAN_FRONTEND=noninteractive apt-get install -y --fix-missing $PACKAGES && \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildwithnexus",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Launch an autonomous AI runtime with triple-nested VM isolation in one command",
5
5
  "type": "module",
6
6
  "bin": {