Skip to content

sunfounder/sunfounder-installer-scripts

Repository files navigation

SunFounder Installer Scripts

This repository contains the installer scripts for SunFounder products.

To install anything, use a command like this:

curl -sSL https://raw.githubusercontent.com/sunfounder/sunfounder-installer-scripts/main/<SCRIPT> | sudo bash

Replace <SCRIPT> with the name of the script you want to run. Like this:

curl -sSL https://raw.githubusercontent.com/sunfounder/sunfounder-installer-scripts/main/install-picar-x.sh | sudo bash

Install commands

Here are all install commands for easy access:

# Install Fusion Hat
curl -sSL https://raw.githubusercontent.com/sunfounder/sunfounder-installer-scripts/main/install-fusion-hat.sh | sudo bash

# Install Picar-X
curl -sSL https://raw.githubusercontent.com/sunfounder/sunfounder-installer-scripts/main/install-picar-x.sh | sudo bash

# Setup Fusion Hat Audio - this need to run again after reboot
wget https://raw.githubusercontent.com/sunfounder/sunfounder-installer-scripts/main/setup_fusion_hat_audio.sh
sudo bash setup_fusion_hat_audio.sh

Scripts

  • install-picar-x.sh - Installs the Picar-X robot

License

This repository is licensed under the GPL-3.0 License. See the LICENSE file for more details.

Contact

About

Repo to store all installer scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages