diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-21 18:07:24 +0200 |
commit | dacc0bfae08c88125035f08cd136641eee95137f (patch) | |
tree | b2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /installer-gui.sh |
Kogaion live git added
Diffstat (limited to 'installer-gui.sh')
-rw-r--r-- | installer-gui.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/installer-gui.sh b/installer-gui.sh new file mode 100644 index 0000000..c8623dc --- /dev/null +++ b/installer-gui.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +. /sbin/kogaion-functions.sh + +if kogaion_is_gui_install; then + kogaion_setup_autologin + kogaion_setup_gui_installer +fi |