This repository has been archived by the owner on May 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Installation
Nick Irvine edited this page Oct 21, 2019
·
6 revisions
PREQUISITE: Debian/Ubuntu require kwalletmanager for saving credentials to a keymanager
We publish apt-get install
able .debs on packagecloud.io.
Warning: curl
ing to bash
has all the usual caveats. packagecloud has more detailed instructions.
curl -s https://packagecloud.io/install/repositories/segment/aws-okta/script.deb.sh | sudo bash
apt-get install -y aws-okta
We publish yum install
able .rpms on packagecloud.io.
Warning: curl
ing to bash
has all the usual caveats. packagecloud has more detailed instructions.
curl -s https://packagecloud.io/install/repositories/segment/aws-okta/script.rpm.sh | sudo bash
yum install -y aws-okta
Our Github release page has binaries.
curl -LOs https://github.com/segmentio/aws-okta/releases/download/${version}/aws-okta-${version}-linux-amd64
Through the magic of open source software, homebrew has aws-okta bottles:
brew install aws-okta
There is a package in the AUR that you can install manually or with any AUR helper. Example below
using yay
yay -S aws-okta-bin
Shout out to https://github.com/wsny for maintaining this.