We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16654f commit bcf02a8Copy full SHA for bcf02a8
msal-python-conceptual/advanced/linux-broker-py-wsl.md
@@ -54,9 +54,7 @@ To install on debian/Ubuntu based Linux distribution:
54
```bash
55
sudo add-apt-repository -y universe
56
sudo apt update
57
-sudo apt install libwebkit2gtk-4.1-dev -y
58
-
59
-sudo apt install libsecret-1-0 -y
+sudo apt install libwebkit2gtk-4.1-dev libsecret-1-0 -y
60
61
#from Powershell, run
62
wsl.exe --shutdown
0 commit comments