#!/usr/bin/env bash source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)" echo "" echo -e "${idsCL[LightGreen]}PGCG Rpi-SC Installation Script${idsCL[Default]}" echo "" sudo apt -y install wget curl git git clone --recursive https://pinegrove@git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /home/pi/PGCG-RPiSC-Installer echo "" cd /home/pi/PGCG-RPiSC-Installer bash ./install.sh echo "" echo -e "${idsCL[Yellow]}PGCG Rpi-SC has been Installed${idsCL[Default]}" echo "" exit 0