Skip to content

Commit 5cc7236

Browse files
Update linux.md (#485)
Fixed typo in CentOS 8 download url.
1 parent 3a02e36 commit 5cc7236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/installation/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sudo yum install mssql-cli
129129
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
130130

131131
# Register the Microsoft product feed
132-
curl https://packages.microsoft.com/config/cenots/8/prod.repo > /etc/yum.repos.d/msprod.repo
132+
curl https://packages.microsoft.com/config/centos/8/prod.repo > /etc/yum.repos.d/msprod.repo
133133

134134
# Install dependencies and mssql-cli
135135
sudo yum install libunwind

0 commit comments

Comments
 (0)