diff options
Diffstat (limited to 'user/livecd-support/horizon-ui')
-rw-r--r-- | user/livecd-support/horizon-ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/livecd-support/horizon-ui b/user/livecd-support/horizon-ui new file mode 100644 index 000000000..e984e9476 --- /dev/null +++ b/user/livecd-support/horizon-ui @@ -0,0 +1,8 @@ +#!/bin/sh +# +# Welcome to Adélie Linux. +# This script allows you to run Horizon as the live user. +# + +horizon-qt5 +if [ $? -eq 0 ]; then horizon-run-qt5; fi |