DevL / raspup

Raspberry Pi Setup Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaspUp

Raspberry Pi Setup Scripts

These scripts are intended to be run on a Mac just after imaging to a SD card.

Features

  • Enables SSH on boot.
  • Enables WLAN on boot and connects to a given network.
  • Replaces the default user with a specified one with a specified password.
  • Copies SSH public keys for passwordless access.
  • Updates the system software.
  • Installs the micro and vim text editors.
  • Installs the asdf version manager.
  • Installs latest Erlang from source (compiles it).
  • Installs latest Elixir.
  • Installs latest Ruby.

Known issues

  • Only handles Raspberry OS images as Ubuntu names the boot volume "startup-boot".
  • Only handles the id_rsa.pub SSH key.

Ideas

About

Raspberry Pi Setup Scripts

License:MIT License


Languages

Language:Shell 82.2%Language:Elixir 14.3%Language:Vim Script 3.5%