From 612a41463597dda4128dbb23bb842dfa172af15a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 May 2022 19:06:24 -0500 Subject: [PATCH] Create install-pgcg-rpisc.sh --- install-pgcg-rpisc.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 install-pgcg-rpisc.sh diff --git a/install-pgcg-rpisc.sh b/install-pgcg-rpisc.sh new file mode 100755 index 0000000..fd4bdd4 --- /dev/null +++ b/install-pgcg-rpisc.sh @@ -0,0 +1,25 @@ +#!/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 $APTFUNC -y install wget curl git + +sudo set -eu +sudo git clone https://git.schroedercity.com/voltron/PGCG-RPiSC-Installer.git /opt/PGCG-RPiSC-Installer + +echo "" + +cd /opt/PGCG-RPiSC-Installer +bash ./install.sh + +echo "" +echo -e "${idsCL[Yellow]}PGCG Rpi-SC has been Installed${idsCL[Default]}" +echo "" + + +exit 0 \ No newline at end of file