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.
- Host: GitHub
- URL: https://github.com/bostonaholic/piscripts
- Owner: bostonaholic
- Created: 2020-05-07T17:31:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T17:16:43.000Z (over 1 year ago)
- Last Synced: 2025-04-04T12:52:20.273Z (about 1 year ago)
- Topics: raspberry-pi
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```