Having installed agentmemory via npm install -g, running it the first time set up the other components and offered to install iii-console. Both within the running process, and later when run from a shell prompt, the curl command failed:
$ curl -fsSL https://install.iii.dev/console/main/install.sh | bash -s -- --next
Installing iii-console latest next version
curl: (22) The requested URL returned error: 403
error: failed to fetch releases from iii-hq/iii
curl: Failed writing body
The same happens without the -- --next:
$ curl -fsSL https://install.iii.dev/console/main/install.sh | bash -s
Installing iii-console latest version
curl: (22) The requested URL returned error: 403
error: failed to fetch releases from iii-hq/iii
Having installed
agentmemoryvianpm install -g, running it the first time set up the other components and offered to install iii-console. Both within the running process, and later when run from a shell prompt, thecurlcommand failed:$ curl -fsSL https://install.iii.dev/console/main/install.sh | bash -s -- --next Installing iii-console latest next version curl: (22) The requested URL returned error: 403 error: failed to fetch releases from iii-hq/iii curl: Failed writing bodyThe same happens without the
-- --next:$ curl -fsSL https://install.iii.dev/console/main/install.sh | bash -s Installing iii-console latest version curl: (22) The requested URL returned error: 403 error: failed to fetch releases from iii-hq/iii