日々の生活を好き勝手につづったブログ(My blog is written by inoshita.jp)

/boot/ssh(0bytes file)を作成
/boot/wpa_supplicant.conf に以下のとおりID,Passを追加して作成
country=JP
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="----Your-WiFi-SSID----"
psk="----PLAIN-PASSPHRASE----"
}
Debian Version確認
$ cat /etc/debian_version
$cat /etc/issue
2019 10 Buster
2021 11 Bullseye
2023 12 Bookworm
2025 13 Trixie