From 9fcd2bbd9586e2dc1ac324a59c44e03ea51884d4 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Thu, 5 Jan 2017 16:03:23 -0500 Subject: [PATCH] Add XSL stylesheet to the installer --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index c7430ec..2ed1d63 100755 --- a/install.sh +++ b/install.sh @@ -105,6 +105,7 @@ while read source_file; do exit $exit_status fi done <