This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # setup-openclaw-lxc.sh — Automated OpenClaw AI assistant setup in a Proxmox LXC container | |
| # | |
| # Run this script directly on the Proxmox host. | |
| # It creates a Debian 13 LXC, installs OpenClaw + LXQt desktop + Google Chrome + VNC/noVNC, | |
| # and prints connection info when done. | |
| # | |
| set -euo pipefail |