File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
27271 . 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
33331 . Register the Microsoft Ubuntu repository.
@@ -53,7 +53,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
53531 . 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
59591 . Register the Microsoft Ubuntu repository.
@@ -79,7 +79,7 @@ Use the following steps to install the **mssql-tools18** on Ubuntu.
79791 . 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
85851 . Register the Microsoft Ubuntu repository.
You can’t perform that action at this time.
0 commit comments