From 94cc05e976ae5f83debac39a901fdf6396d0c41a Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Thu, 14 Nov 2024 06:03:29 -0800 Subject: [PATCH] adds blueman --- ubuntu/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/ubuntu.sh b/ubuntu/ubuntu.sh index 18fd635..f34067e 100644 --- a/ubuntu/ubuntu.sh +++ b/ubuntu/ubuntu.sh @@ -7,6 +7,7 @@ sudo apt install snapd -y sudo apt install btop -y sudo apt-get install fuse libfuse2 -y +sudo apt install blueman -y # 1Password sudo sh -c 'echo "deb [arch=amd64] https://downloads.1password.com/linux/debian/amd64/ stable main" > /etc/apt/sources.list.d/1password.list'