From c7715de6de8e3adeeaa93a3db3fcd51011060657 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 31 Jan 2019 21:50:49 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 340b9c1..968d7ad 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -30,6 +30,10 @@ if [ ! -d "/opt/idssys/linupx" ]; then echo "Program has been updated, please re-run" exit 0 fi +if [ ! -d "/opt/idssys/defaults" ]; then + do_with_root set -eu + do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults +fi source /opt/idssys/settings/linupx.conf source /opt/idssys/defaults/colors.inc