diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-02 04:18:13 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-10-02 04:18:13 +0000 |
commit | 2b0e79727fefc4f22e1ea43f3c8c6981b17c8926 (patch) | |
tree | 6de93e385438ca5caa2ec8ebc89bd7f4887309a9 /user/livecd-support/horizon-ui | |
parent | 71a2201ce84bab34d51f3a0226ba8e1e28a2f5fc (diff) | |
download | packages-2b0e79727fefc4f22e1ea43f3c8c6981b17c8926.tar.gz packages-2b0e79727fefc4f22e1ea43f3c8c6981b17c8926.tar.bz2 packages-2b0e79727fefc4f22e1ea43f3c8c6981b17c8926.tar.xz packages-2b0e79727fefc4f22e1ea43f3c8c6981b17c8926.zip |
user/livecd-support: Actually run the script1.0-RC2
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 |