You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SCP to copy setup script instead of curl from private repo
The repo is private so raw.githubusercontent.com URLs return 404.
Now we:
- Read the script from the installed package via `importlib.resources`
- SCP it to the instance
- Then execute it via SSH
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments