diff --git a/docs/identity/devices/sso-linux.md b/docs/identity/devices/sso-linux.md index 006d2d13765..d5b1b10f91d 100644 --- a/docs/identity/devices/sso-linux.md +++ b/docs/identity/devices/sso-linux.md @@ -61,7 +61,9 @@ Run the following commands in a command line to manually install the Microsoft s 2. Install the Microsoft package signing key. ```bash - curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/ rm microsoft.gpg + curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg + sudo install -o root -g root -m 644 microsoft.gpg /usr/share/keyrings + rm microsoft.gpg ``` 3. Add and update Microsoft Linux Repository to the system repository list. @@ -74,7 +76,7 @@ Run the following commands in a command line to manually install the Microsoft s 4. Install the Microsoft Single Sign-on (microsoft-identity-broker) app. ```bash - sudo apt install Microsoft-identity-broker + sudo apt install microsoft-identity-broker ``` 5. Reboot your device.