Skip to content

Commit

Permalink
シンタックスエラーになると思われる YAML のインデントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
noraworld committed Jan 26, 2024
1 parent 9d766e3 commit 8468179
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions articles/setup-ubuntu-on-raspberry-pi-without-keyboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ layout: article
```yaml:/Volumes/system-boot/network-config
wifis:
wlan0:
dhcp4: true
optional: true
access-points:
<wifi network name>:
password: "<wifi password>"
dhcp4: true
optional: true
access-points:
"<wifi network name>":
password: "<wifi password>"
```

## 5. Raspberry Pi の IP アドレスを調べる
Expand Down Expand Up @@ -83,11 +83,11 @@ OS を焼いたあとは SD カードのディスクがアンマウントされ
```yaml:/Volumes/system-boot/network-config
wifis:
wlan0:
dhcp4: true
optional: true
access-points:
<wifi network name>:
password: "<wifi password>"
dhcp4: true
optional: true
access-points:
"<wifi network name>":
password: "<wifi password>"
```

`<wifi network name>` には使用している Wi-Fi の SSID、`<wifi password>` には Wi-Fi のパスワードを設定します。
Expand Down

0 comments on commit 8468179

Please sign in to comment.