Attempt: Add Bitwarden direct RPM install
Some checks failed
Build container image / Build and push image (niri) (push) Failing after 2m56s
Build container image / Build and push image (gnome) (push) Failing after 3m38s

This commit is contained in:
2026-03-12 14:35:16 +09:00
parent 52588956a9
commit 7e14520e7b

View File

@@ -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 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' 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 # Update all existing packages
# dnf5 update -y # dnf5 update -y