Keep community gist link, remove unzip

This commit is contained in:
Frank Harris 2026-01-26 13:47:34 -05:00 committed by Pocket Clawd
parent 9ab7b296a3
commit 88ed1024a6
2 changed files with 3 additions and 3 deletions

View File

@ -205,7 +205,7 @@ Oracle Cloud offers **Always Free** ARM instances that are significantly more po
- Signup can be finicky (retry if it fails)
- ARM architecture — most things work, but some binaries need ARM builds
For the full setup guide, see [Oracle Cloud](/platforms/oracle).
For the full setup guide, see [Oracle Cloud](/platforms/oracle). For signup tips and troubleshooting the enrollment process, see this [community guide](https://gist.github.com/rssnyder/51e3cfedd730e7dd5f4a816143b25dbd).
---

View File

@ -28,7 +28,7 @@ Run a persistent Clawdbot Gateway on Oracle Cloud's **Always Free** ARM tier —
## Prerequisites
- Oracle Cloud account ([signup](https://www.oracle.com/cloud/free/))
- Oracle Cloud account ([signup](https://www.oracle.com/cloud/free/)) — see [community signup guide](https://gist.github.com/rssnyder/51e3cfedd730e7dd5f4a816143b25dbd) if you hit issues
- Tailscale account (free at [tailscale.com](https://tailscale.com))
- ~30 minutes
@ -69,7 +69,7 @@ ssh ubuntu@YOUR_PUBLIC_IP
# Update system
sudo apt update && sudo apt upgrade -y
sudo apt install -y build-essential unzip
sudo apt install -y build-essential
```
**Note:** `build-essential` is required for ARM compilation of some dependencies.