Skip to content

Commit 652eba7

Browse files
authored
Fixing SLES and Ubuntu refresh commands
1 parent f038482 commit 652eba7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/linux/sql-server-linux-setup-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Optional Step: Create symlinks to 'SQLCMD' and 'BCP' under /usr/bin/.
104104
> [!Note]
105105
> To update to the latest version of 'mssql-tools' run the following commands:
106106
> ```bash
107-
> apt-get refresh
108-
> apt-get update mssql-tools
107+
> apt-get update
108+
> apt-get install mssql-tools
109109
> ```
110110
111111
Optional Step: Create symlinks to 'SQLCMD' and 'BCP' under /usr/bin/.
@@ -134,8 +134,8 @@ Optional Step: Create symlinks to 'SQLCMD' and 'BCP' under /usr/bin/.
134134
> [!Note]
135135
> To update to the latest version of 'mssql-tools' run the following commands:
136136
> ```bash
137-
> apt-get update
138-
> apt-get install mssql-tools
137+
> zypper refresh
138+
> zypper update mssql-tools
139139
> ```
140140
141141
Optional Step: Create symlinks to 'SQLCMD' and 'BCP' under /usr/bin/.

0 commit comments

Comments
 (0)