https://github.com/tushgaurav/sbctoolkit
Collection of tools and scripts for various SBCs
https://github.com/tushgaurav/sbctoolkit
bash raspberry-pi sbc
Last synced: about 2 months ago
JSON representation
Collection of tools and scripts for various SBCs
- Host: GitHub
- URL: https://github.com/tushgaurav/sbctoolkit
- Owner: tushgaurav
- Created: 2024-11-04T17:59:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:31:56.000Z (over 1 year ago)
- Last Synced: 2025-01-14T02:47:01.839Z (over 1 year ago)
- Topics: bash, raspberry-pi, sbc
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SBCToolkit
Setup scripts for different SBCs
## Intro
This repository contains setup scripts for different Single Board Computers (SBCs) like Raspberry Pi, Odroid, etc. The scripts are intended to be used to setup a new SBC with the necessary software and configurations for a basic setup.
## Usage
To run the setup script, you may either download and run the script manually depending upon the SBC you are setting up.
#### Raspberry Pi
you may either download and run the 'pi-setup.sh' script manually, or use the following cURL or Wget command:
```bash
curl -sSL https://raw.githubusercontent.com/tushgaurav/SBCToolkit/refs/heads/main/pi-setup.sh | bash
```
```bash
wget -qO- https://raw.githubusercontent.com/tushgaurav/SBCToolkit/refs/heads/main/pi-setup.sh | bash
```