From 05cdb1ca14d712132432606718c3af3f8cf8896a Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sun, 7 Dec 2025 14:03:49 -0600 Subject: [PATCH] feat: add bolt, teams, podman desktop, thunderbird packages --- scripts/01-package-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/01-package-install.sh b/scripts/01-package-install.sh index 3b25cd4..acaf657 100755 --- a/scripts/01-package-install.sh +++ b/scripts/01-package-install.sh @@ -52,14 +52,16 @@ PACKAGE_LIST=($(printf "%s\n" "${PACKAGE_LIST[@]}" | LC_ALL=C sort -u)) FLATPAK_LIST=( + com.adamcake.Bolt com.bitwarden.desktop com.discordapp.Discord + com.github.IsmaelMartinez.teams_for_linux com.github.tchx84.Flatseal - com.jetbrains.Rider com.valvesoftware.Steam com.visualstudio.code + io.podman_desktop.PodmanDesktop net.davidotek.pupgui2 - net.veloren.airshipper + org.mozilla.Thunderbird org.signal.Signal org.videolan.VLC )