diff --git a/build_files/common/packages.sh b/build_files/common/packages.sh index ca04ef1..7868c9e 100755 --- a/build_files/common/packages.sh +++ b/build_files/common/packages.sh @@ -93,5 +93,11 @@ sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://down cp /ctx/rpm-keys/tailscale.gpg /etc/pki/rpm-gpg/tailscale.gpg sh -c 'echo -e "[tailscale-stable]\nname=Tailscale stable\nbaseurl=https://pkgs.tailscale.com/stable/fedora/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"file:///etc/pki/rpm-gpg/tailscale.gpg\"" > /etc/yum.repos.d/tailscale.repo' +cd /tmp +wget -O bitwarden.rpm https://bitwarden.com/download/?app=desktop & +platform=linux & +variant=rpm +dnf install -y ./bitwarden.rpm + # Update all existing packages # dnf5 update -y