An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Raspberry Pi Network Setup Script
image

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)