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