Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.
/ rpi-options Public archive

bash script aiming to make it easy to setup a Rasberrypi device that is running or not running Rasbian

Notifications You must be signed in to change notification settings

g-flame-oss/rpi-options

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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 <(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)

About

bash script aiming to make it easy to setup a Rasberrypi device that is running or not running Rasbian

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages