code-raisan / RPiOS_SetupKit

RaspberryPi OSインストール後に最低限必要な設定を自動的に行います

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaspberryPi OS Automatic Setup Kit

RaspberryPi OSインストール後に最低限必要な設定を自動的に行います

Run

curl https://raw.githubusercontent.com/code-raisan/RPiOS_SetupKit/main/setupkit.sh | sudo bash

イーサーネットコンバーター セットアップキット

curl https://raw.githubusercontent.com/code-raisan/RPiOS_SetupKit/main/wifi-bridge_setupkit.sh | sudo bash

/etc/rc.local に追加

sudo ifconfig eth0 192.168.4.1
iptables-restore < /etc/iptables.ipv4.nat

About

RaspberryPi OSインストール後に最低限必要な設定を自動的に行います


Languages

Language:Shell 100.0%