We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604fadc + 2979eec commit 48c60c1Copy full SHA for 48c60c1
1 file changed
docs/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md
@@ -150,7 +150,7 @@ sudo zypper install -y unixODBC-devel
150
### <a id="ubuntu18"></a> Ubuntu
151
152
```bash
153
-if ! [[ "18.04 20.04 21.04 22.04" == *"$(lsb_release -rs)"* ]];
+if ! [[ "18.04 20.04 22.04" == *"$(lsb_release -rs)"* ]];
154
then
155
echo "Ubuntu $(lsb_release -rs) is not currently supported.";
156
exit;
@@ -323,7 +323,7 @@ sudo zypper install -y unixODBC-devel
323
### <a id="ubuntu17"></a> Ubuntu
324
325
326
-if ! [[ "16.04 18.04 20.04 21.04 21.10" == *"$(lsb_release -rs)"* ]];
+if ! [[ "16.04 18.04 20.04 22.04" == *"$(lsb_release -rs)"* ]];
327
328
329
0 commit comments