Skip to content

Commit 1dcaa0f

Browse files
committed
如果需要使用WiFi
1 parent 2bac06f commit 1dcaa0f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_posts/2024-10-17-ArchLinux.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ description: 安裝ArchLinux系統。
2020

2121
# 使用archinstall安裝系統
2222
把隨身碟插上電腦後讓電腦從隨身碟啟動,並選擇ArchLinux後開機。 <br>
23-
開機完成後輸入以下指令。 <br>
23+
24+
## 如果要使用WiFi
25+
```bash
26+
iwctl station wlan0 connect <ssid>
27+
iwctl station wlan0 show
28+
```
29+
30+
## 啟動ArchInstall
31+
完成後輸入以下指令。 <br>
2432
```bash
2533
archinstall
2634
```

0 commit comments

Comments
 (0)