Bitwarden installed via Flatpak

This commit is contained in:
Maddox Werts 2025-09-09 20:36:33 -04:00
parent 9e5413f0f1
commit 4d4084bde1

View file

@ -148,9 +148,6 @@ install_pacman() {
$SYS_INSTALL resolvconf dnsutils dnsmasq $SYS_INSTALL resolvconf dnsutils dnsmasq
$SYS_INSTALL thunderbird wireshark-qt $SYS_INSTALL thunderbird wireshark-qt
# Security
$SYS_INSTALL bitwarden
# Utilities # Utilities
$SYS_INSTALL libreoffice easytag $SYS_INSTALL libreoffice easytag
$SYS_INSTALL audacity $SYS_INSTALL audacity
@ -187,6 +184,9 @@ install_flat() {
# Entertainment # Entertainment
$FLH_INSTALL flathub org.vinegarhq.Sober $FLH_INSTALL flathub org.vinegarhq.Sober
$FLH_INSTALL flathub org.libretro.RetroArch $FLH_INSTALL flathub org.libretro.RetroArch
# Security
$FLH_INSTALL flathub com.bitwarden.desktop
} }
setup_fprintd() { setup_fprintd() {
sudo rm -f /etc/pam.d/system-auth sudo rm -f /etc/pam.d/system-auth