From ba0986e2f01adf123cc998c563fc2d515e8caeb2 Mon Sep 17 00:00:00 2001 From: tiynger Date: Sun, 21 Jul 2019 20:28:13 +0200 Subject: [PATCH] adding bluez to baseinstall --- .dotinstall/baseinstallation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dotinstall/baseinstallation.sh b/.dotinstall/baseinstallation.sh index c47fb8b..5da1f5b 100644 --- a/.dotinstall/baseinstallation.sh +++ b/.dotinstall/baseinstallation.sh @@ -72,6 +72,9 @@ sudo pacman -S openssh ## add owncloud-client sudo pacman -S owncloud-client +## add bluez bluezutils +sudo pacman -S bluez bluez-util + ## add qt5ct sudo pacman -S qt5ct