We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just FYI. I tried running the command per the installation instructions:
curl https://raw.githubusercontent.com/okta/okta-cli/master/cli/src/main/scripts/install.sh | bash
I confirmed everything was downloaded and put in the proper directory, but when I ran okta register it would always say okta command not found.
Ultimately I downloaded the install.sh script and modified it as such to get it to work.
Changed:
LOCATION=$(command -v okta)
To:
LOCATION=""
It then completed the installation without issue. Running Ubuntu 22.04 LTS.
The text was updated successfully, but these errors were encountered:
Same problem, worked flawlessly with your solution.
Sorry, something went wrong.
No branches or pull requests
Just FYI. I tried running the command per the installation instructions:
curl https://raw.githubusercontent.com/okta/okta-cli/master/cli/src/main/scripts/install.sh | bash
I confirmed everything was downloaded and put in the proper directory, but when I ran okta register it would always say okta command not found.
Ultimately I downloaded the install.sh script and modified it as such to get it to work.
Changed:
LOCATION=$(command -v okta)
To:
LOCATION=""
It then completed the installation without issue. Running Ubuntu 22.04 LTS.
The text was updated successfully, but these errors were encountered: