summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index 586d974..2653863 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -30,6 +30,9 @@ source "$scriptdir/includes/cd-includes.sh"
source "$scriptdir/includes/patch-includes.sh"
source "$scriptdir/includes/autoinstall-includes.sh"
source "$scriptdir/includes/cd-list.sh"
+if [ "$PLAYONLINUX" ]; then
+ source "$PLAYONLINUX/lib/sources" > /dev/null 2>&1
+fi
parseargs "$@"