File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
111111Optional 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
141141Optional Step: Create symlinks to ' SQLCMD' and ' BCP' under /usr/bin/.
You can’t perform that action at this time.
0 commit comments