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
| #!/bin/bash | |
| set -euo pipefail | |
| echo "=== ThinkPad Post-Install Setup ===" | |
| echo "" | |
| # System update | |
| echo "[1/14] Updating system..." | |
| sudo apt update && sudo apt upgrade -y |
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
| # /// script | |
| # requires-python = ">=3.10" | |
| # /// | |
| """Deploy nanobot-honcho (feat/honcho-longterm-memory) to a DigitalOcean Droplet. | |
| Honcho is optional on this branch. Script installs it and enables via config. | |
| Usage: | |
| uv run scratch/droplets/deploy-upstream.py | |
| """ |