Skip to content

Commit bcf02a8

Browse files
committed
address comment
1 parent a16654f commit bcf02a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

msal-python-conceptual/advanced/linux-broker-py-wsl.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ To install on debian/Ubuntu based Linux distribution:
5454
```bash
5555
sudo add-apt-repository -y universe
5656
sudo apt update
57-
sudo apt install libwebkit2gtk-4.1-dev -y
58-
59-
sudo apt install libsecret-1-0 -y
57+
sudo apt install libwebkit2gtk-4.1-dev libsecret-1-0 -y
6058

6159
#from Powershell, run
6260
wsl.exe --shutdown

0 commit comments

Comments
 (0)