File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ By this installation, systemd is enabled in your WSL 2 distro.
98
98
99
99
``` bash
100
100
curl -L -O " https://raw.githubusercontent.com/nullpo-head/wsl-distrod/main/install.sh"
101
+ chmod +x install.sh
101
102
sudo ./install.sh install
102
103
```
103
104
@@ -152,6 +153,16 @@ For reference, the following command launches a distro by name in WSL
152
153
> wsl --distribution Distrod
153
154
```
154
155
156
+ ## Update Distrod
157
+
158
+ 1 . Inside a Distrod session, download and run the latest installer script.
159
+
160
+ ``` bash
161
+ curl -L -O " https://raw.githubusercontent.com/nullpo-head/wsl-distrod/main/install.sh"
162
+ chmod +x install.sh
163
+ sudo ./install.sh update
164
+ ```
165
+
155
166
## How Distrod Works
156
167
157
168
In a nutshell, Distrod is a binary that creates a simple container that runs systemd as an init process,
You can’t perform that action at this time.
0 commit comments