I’ve added the commands in the CircleCI guides to my CircleCI build steps:
curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh
And I’m getting the following error:
Downloading la**** release
Installing...
dpkg: error: requested operation requires superuser privilege
ERROR: script failed during execution
For more verbose output, re-run this script with the debug flag (./install.sh --debug)
Has anyone seen this before?