From c3a2cb767e025ead16ae8460a23ba7bc6a202b54 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 22 Sep 2020 12:25:13 +0800 Subject: [PATCH] [feature] add exo for choosing preferred application --- gui/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/install.sh b/gui/install.sh index af7f202..26dd5ad 100755 --- a/gui/install.sh +++ b/gui/install.sh @@ -47,6 +47,8 @@ case "$PM" in sudo systemctl enable bluetooth sudo systemctl start bluetooth fi + # for setting up default programs: exo-preferred-applications + sudo pacman -S --needed exo ;; esac