rpi-image-manager

Branches

develop (2018-04-28 20:59:16 +0100)
master (2018-04-28 21:00:21 +0100)

Files

Name
images/Google AIY/2018-02-21/URL
images/LibreELEC/7.0.3/URL
images/LibreELEC/7.0.3/hash
images/LibreELEC/8.0.2/URL
images/LibreELEC/8.0.2/hash
images/LibreELEC/8.2.1/URL
images/LibreELEC/8.2.1/hash
images/LibreELEC/8.2.3/URL
images/MATE/16.04.2/URL
images/Minbian/2016-03-12/URL
images/Minbian/2016-03-12/hash
images/OSMC/2017-07-05/URL
images/OSMC/2017-07-05/hash
images/OSMC/2017-10-01/URL
images/OSMC/2017-10-01/hash
images/OSMC/2017-11-02/URL
images/OSMC/2017-11-02/hash
images/OSMC/2018-03-07/URL
images/OctoPi/0.14/URL
images/OctoPi/0.14/hash
images/OpenELEC/7.0.1/URL
images/OpenELEC/7.0.1/hash
images/OpenELEC/8.0.4/URL
images/OpenELEC/8.0.4/hash
images/Pidora/2014-R3/URL
images/Pidora/2014-R3/hash
images/Pirate Box/1.1.3/URL
images/Pirate Box/1.1.3/hash
images/RISC OS/2017-04-20/URL
images/Raspbian Jessie Lite/2017-06-21/URL
images/Raspbian Jessie Lite/2017-06-21/hash
images/Raspbian Jessie Lite/2017-07-05/URL
images/Raspbian Jessie Lite/2017-07-05/hash
images/Raspbian Jessie/2017-06-21/URL
images/Raspbian Jessie/2017-06-21/hash
images/Raspbian Jessie/2017-07-05/URL
images/Raspbian Jessie/2017-07-05/hash
images/Raspbian Stretch Lite/2017-08-16/URL
images/Raspbian Stretch Lite/2017-08-16/hash
images/Raspbian Stretch Lite/2017-11-29/URL
images/Raspbian Stretch Lite/2018-03-13/URL
images/Raspbian Stretch/2017-08-16/URL
images/Raspbian Stretch/2017-08-16/hash
images/Raspbian Stretch/2017-09-07/URL
images/Raspbian Stretch/2017-09-07/hash
images/Raspbian Stretch/2017-11-29/URL
images/Raspbian Stretch/2018-03-13/URL
images/RetroPie/4.2/URL
images/RetroPie/4.2/hash
images/RetroPie/4.3/URL
images/RetroPie/4.3/hash
images/Snappy/15.04/URL
images/Snappy/15.04/hash
images/Snappy/16.04/URL
images/Snappy/16.04/hash
images/Weather Station/2016-03-24/URL
images/Weather Station/2016-03-24/hash
images/Weather Station/2017-09-13/URL
images/Weather Station/2017-09-13/hash
images/Weather Station/2018-01-14/URL
utils/colours.sh
utils/download.sh
utils/generic.sh
utils/hashCheck.sh
utils/select.sh
.gitignore
LICENCE
README.md
manager.sh
# Raspberry Pi Image Manager 

This tool makes it easier to download and write the latest version of an image to a device ready for use in a Raspberry Pi.
It has the added benefit as it also gives users a verbose output showing for example how long the write will take.

## Install

Installation is easy:

```bash
# Clone this repo
git clone https://github.com/moebrowne/RPi-Image-Manager

# Change directory
cd RPi-Image-Manager
```

## Usage

This tool is completely interactive so just needs executing:

```bash
# Execute!
./manager.sh
```

## Images

You can either write a file from your local disk or download one of the inbuilt ones:

- Raspbian Jessie
- Raspbian Jessie Lite
- Raspbian Stretch
- Raspbian Stretch Lite
- Minbian
- Ubuntu Snappy
- OpenELEC
- LibreELEC
- OSMC
- Pidora
- RISC OS
- MATE
- Weather Station
- RetroPie
- Pirate Box

## Dependencies

There is only a single package required which is non-standard; pv. It's easily installed whatever Distro you're using:

```
# Ubuntu / Debian
apt-get install pv

# RHEL / CentOS
yum install pv
```