Skip to content

Commit 1e28481

Browse files
Merge pull request #36780 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 54e25a7 + e95ca50 commit 1e28481

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linux/includes/odbc-ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
2727
1. Import the public repository GPG keys.
2828

2929
```bash
30-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
30+
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
3131
```
3232

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

5555
```bash
56-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
56+
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
5757
```
5858

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

8181
```bash
82-
curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
82+
curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc
8383
```
8484

8585
1. Register the Microsoft Ubuntu repository.

0 commit comments

Comments
 (0)