Skip to content

Commit 48c60c1

Browse files
authored
Merge pull request #23614 from David-Engel/odbcinst
Correct Ubuntu versions in script
2 parents 604fadc + 2979eec commit 48c60c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ sudo zypper install -y unixODBC-devel
150150
### <a id="ubuntu18"></a> Ubuntu
151151

152152
```bash
153-
if ! [[ "18.04 20.04 21.04 22.04" == *"$(lsb_release -rs)"* ]];
153+
if ! [[ "18.04 20.04 22.04" == *"$(lsb_release -rs)"* ]];
154154
then
155155
echo "Ubuntu $(lsb_release -rs) is not currently supported.";
156156
exit;
@@ -323,7 +323,7 @@ sudo zypper install -y unixODBC-devel
323323
### <a id="ubuntu17"></a> Ubuntu
324324

325325
```bash
326-
if ! [[ "16.04 18.04 20.04 21.04 21.10" == *"$(lsb_release -rs)"* ]];
326+
if ! [[ "16.04 18.04 20.04 22.04" == *"$(lsb_release -rs)"* ]];
327327
then
328328
echo "Ubuntu $(lsb_release -rs) is not currently supported.";
329329
exit;

0 commit comments

Comments
 (0)