From 933c53a67d04b9418e54286b1ff19f8b89655941 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sat, 7 Nov 2009 22:41:08 -0600 Subject: Partially enabled PlayOnLinux. * Added PlayOnLinux to includes/autoinstall-includes.sh. * Clarified help-text in includes/generic-includes.sh. --- auto-installer.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auto-installer.sh') 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 "$@" -- cgit v1.2.3