https://github.com/g-flame-oss/rpi-options
bash script aiming to make it easy to setup a Rasberrypi device that is running or not running Rasbian
https://github.com/g-flame-oss/rpi-options
bash installer raspberry-pi setup-script setuptools
Last synced: about 2 months ago
JSON representation
bash script aiming to make it easy to setup a Rasberrypi device that is running or not running Rasbian
- Host: GitHub
- URL: https://github.com/g-flame-oss/rpi-options
- Owner: g-flame-oss
- Created: 2025-01-19T09:18:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-17T00:50:32.000Z (12 months ago)
- Last Synced: 2025-08-02T21:07:06.239Z (11 months ago)
- Topics: bash, installer, raspberry-pi, setup-script, setuptools
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Network Setup Script

A simple Bash script for managing static IP configuration on Raspberry Pi using NetworkManager.
## Installation
Run the script directly using:
```bash
bash <(curl -s https://raw.githubusercontent.com/g-flame-oss/rpi-options/refs/heads/main/script.sh)
```
## Features
- Set static IP addresses via dialog menus
- Validate input (IP, gateway, DNS)
- View current network status
- Safe handling of interface reconfiguration
- Support for headless or SSH-based setup (with warnings)
## Requirements
- Root privileges
- `dialog`
- `NetworkManager` (will prompt to install if missing)