This commit is contained in:
2019-01-30 00:51:32 -06:00
parent 979e74a7cb
commit 6f100f42d7
2 changed files with 10 additions and 2 deletions

6
run.sh
View File

@@ -1,7 +1,11 @@
#!/usr/bin/env bash
# UbUpdate - Ubuntu Update Scripts Loader
source /opt/idssys/LinUPx/settings.conf
if [ ! -f /opt/idssys/settings/linupx.conf ]; then
source /opt/idssys/LinUPx/settings.conf
else
source /opt/idssys/settings/linupx.conf
fi
source /opt/idssys/defaults/colors.inc
echo -en "${idsCL[LightCyan]}Checking for updates...${idsCL[Default]}"