Skip to content

Commit 91ac92f

Browse files
authored
Update app-service-hybrid-connections.md
1 parent e0ef68b commit 91ac92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-hybrid-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ To install the Hybrid Connection Manager on Linux, from your terminal running as
157157
```bash
158158
sudo apt update
159159
sudo apt install tar gzip build-essential
160-
wget "https://download.microsoft.com/download/HybridConnectionManager-Linux.tar.gz"
161-
tar -xf HybridConnectionManager-Linux.tar.gz
160+
sudo wget "https://download.microsoft.com/download/HybridConnectionManager-Linux.tar.gz"
161+
sudo tar -xf HybridConnectionManager-Linux.tar.gz
162162
cd HybridConnectionManager/
163163
sudo chmod 755 setup.sh
164164
sudo ./setup.sh

0 commit comments

Comments
 (0)