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

https://github.com/bostonaholic/piscripts

A collection of scripts for Raspberry Pi.
https://github.com/bostonaholic/piscripts

raspberry-pi

Last synced: about 1 year ago
JSON representation

A collection of scripts for Raspberry Pi.

Awesome Lists containing this project

README

          

# piscripts

A collection of scripts for Raspberry Pi.

- [Dependencies](#dependencies)
- [Installation](#installation)

## Dependencies

Git

```
sudo apt-get install git --no-install-recommends --verbose-versions --yes
```

## Installation

Clone the repository

```
mkdir $HOME/code && cd $HOME/code
git clone https://github.com/bostonaholic/piscripts.git
```

Run the `./script/setup` script

```
./script/setup
```