Skip to content

Commit bec0540

Browse files
committed
Making offline install comment more clear
1 parent ad237ff commit bec0540

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/linux/sql-server-linux-setup-full-text-search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sudo yum check-update
5353
sudo yum update mssql-server-fts
5454
```
5555

56-
For offline installation of the Full-Text Search package, use the same steps for offline installation in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
56+
If you need an offline installation, locate the Full-text Search package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
5757

5858
## <a name="ubuntu">Install on Ubuntu</a>
5959

@@ -71,7 +71,7 @@ sudo apt-get update
7171
sudo apt-get install -y mssql-server-fts
7272
```
7373

74-
For offline installation of the Full-Text Search package, use the same steps for offline installation in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
74+
If you need an offline installation, locate the Full-text Search package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
7575

7676
## <a name="SLES">Install on SLES</a>
7777

@@ -88,7 +88,7 @@ sudo zypper refresh
8888
sudo zypper update mssql-server-fts
8989
```
9090

91-
For offline installation of the Full-Text Search package, use the same steps for offline installation in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
91+
If you need an offline installation, locate the Full-text Search package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
9292

9393
## Supported languages
9494

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sudo yum update mssql-server-agent
5454
sudo systemctl restart mssql-server
5555
```
5656

57-
For offline installation of the SQL Server Agent package, use the same steps for offline installation in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
57+
If you need an offline installation, locate the SQL Server Agent package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Red Hat Enterprise Linux](sql-server-linux-setup-red-hat.md#offline).
5858

5959
## <a name="ubuntu">Install on Ubuntu</a>
6060

@@ -74,7 +74,7 @@ sudo apt-get install mssql-server-agent
7474
sudo systemctl restart mssql-server
7575
```
7676

77-
For offline installation of the SQL Server Agent package, use the same steps for offline installation in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
77+
If you need an offline installation, locate the SQL Server Agent package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on Ubuntu](sql-server-linux-setup-ubuntu.md#offline).
7878

7979
## <a name="SLES">Install on SLES</a>
8080

@@ -95,7 +95,7 @@ sudo zypper update mssql-server-agent
9595
sudo systemctl restart mssql-server
9696
```
9797

98-
For offline installation of the SQL Server Agent package, use the same steps for offline installation in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
98+
If you need an offline installation, locate the SQL Server Agent package download in the [Release notes](sql-server-linux-release-notes.md). Then use the same offline installation steps described in the topic [Install SQL Server on SUSE Linux Enterprise Server](sql-server-linux-setup-suse-linux-enterprise-server.md#offline).
9999

100100
## Next steps
101101
For more information on how to use SQL Server Agent to create, schedule, and run jobs, see [Run a SQL Server Agent job on Linux](sql-server-linux-run-sql-server-agent-job.md).

0 commit comments

Comments
 (0)