You've already forked fedora-bootc
Attempt: Add Bitwarden direct RPM install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user