Files
Profiles-for-Coder/templates/cobol
octoturge 354536dad5
Provision Coder Templates / provision (push) Successful in 2m5s
fix: use sudo for /opt/coder setup in cli_setup_wizard and install_skills
The coder_agent's coder_script resources run as the unprivileged coder
user, which can't mkdir under root-owned /opt. Every template hit this
identically (mkdir: cannot create directory '/opt/coder': Permission
denied) since coder_script content is shared verbatim across all 6.
coder has passwordless sudo everywhere, so sudo mkdir + chown to the
running user unblocks the rest of each script's non-sudo writes.
2026-08-26 18:38:46 +02:00
..