#!/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