Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/linux/includes/odbc-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
1. Import the public repository GPG keys.

```bash
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
```

1. Register the Microsoft Ubuntu repository.
Expand All @@ -53,7 +53,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
1. Import the public repository GPG keys.

```bash
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
```

1. Register the Microsoft Ubuntu repository.
Expand All @@ -79,7 +79,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
1. Import the public repository GPG keys.

```bash
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
```

1. Register the Microsoft Ubuntu repository.
Expand Down