新增 WSL:安裝 Ubuntu 26.04
@@ -0,0 +1,11 @@
|
|||||||
|
# 停止 WSL 服務
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
wsl --shutdown
|
||||||
|
```
|
||||||
|
|
||||||
|
# 安裝 Ubuntu 26.04 完成直接啟動
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
wsl --install Ubuntu-26.04
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user