summaryrefslogtreecommitdiff
path: root/user/livecd-support/horizon-ui
blob: e984e9476e2d7094cf81fdcd129dc1a269ecf217 (plain) (blame)
1
2
3
4
5
6
7
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