summaryrefslogtreecommitdiff
path: root/installer-text.sh
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
commitdacc0bfae08c88125035f08cd136641eee95137f (patch)
treeb2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /installer-text.sh
Kogaion live git added
Diffstat (limited to 'installer-text.sh')
-rw-r--r--installer-text.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/installer-text.sh b/installer-text.sh
new file mode 100644
index 0000000..0324e51
--- /dev/null
+++ b/installer-text.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+. /sbin/kogaion-functions.sh
+
+if kogaion_is_text_install; then
+ kogaion_setup_text_installer
+fi