Bitwarden installed via Flatpak
This commit is contained in:
parent
9e5413f0f1
commit
4d4084bde1
1 changed files with 3 additions and 3 deletions
|
@ -148,9 +148,6 @@ install_pacman() {
|
|||
$SYS_INSTALL resolvconf dnsutils dnsmasq
|
||||
$SYS_INSTALL thunderbird wireshark-qt
|
||||
|
||||
# Security
|
||||
$SYS_INSTALL bitwarden
|
||||
|
||||
# Utilities
|
||||
$SYS_INSTALL libreoffice easytag
|
||||
$SYS_INSTALL audacity
|
||||
|
@ -187,6 +184,9 @@ install_flat() {
|
|||
# Entertainment
|
||||
$FLH_INSTALL flathub org.vinegarhq.Sober
|
||||
$FLH_INSTALL flathub org.libretro.RetroArch
|
||||
|
||||
# Security
|
||||
$FLH_INSTALL flathub com.bitwarden.desktop
|
||||
}
|
||||
setup_fprintd() {
|
||||
sudo rm -f /etc/pam.d/system-auth
|
||||
|
|
Loading…
Reference in a new issue