From 3b2a521315f8ddbe9938e4c576de140cf8d64c8d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 10 Apr 2023 21:00:51 +0200 Subject: [PATCH] Replace bottles with flatpak installation --- scripts/Arch/Collections/personal.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index aedda3ab..5d6d8854 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -69,7 +69,6 @@ yay --noconfirm -Rs nodejs || true; yay --noconfirm -Syu \ bitwarden \ signal-desktop \ - bottles \ extension-manager \ easyeffects \ threema-desktop \ @@ -110,4 +109,6 @@ yay --noconfirm -Syu \ tea \ woodpecker-cli; +flatpak install flathub com.usebottles.bottles; + popd > /dev/null;