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 6786aa9 commit 1bd4633Copy full SHA for 1bd4633
docs/windows-wsl.markdown
@@ -109,6 +109,8 @@ Ensure you are running `libc` version 2.38 or newer.
109
Then install the following:
110
111
```bash
112
+echo "deb [trusted=yes] https://git-mastery.github.io/gitmastery-apt-repo any main" | \
113
+ sudo tee /etc/apt/sources.list.d/gitmastery.list > /dev/null
114
sudo apt install software-properties-common
115
sudo add-apt-repository "deb https://git-mastery.github.io/gitmastery-apt-repo any main"
116
sudo apt update
0 commit comments