Skip to content

Instantly share code, notes, and snippets.

@Faugus
Last active March 18, 2025 19:35
Show Gist options
  • Save Faugus/3aeb1e4959f73fb3481306a801075cab to your computer and use it in GitHub Desktop.
Save Faugus/3aeb1e4959f73fb3481306a801075cab to your computer and use it in GitHub Desktop.

Add COPR respository:

sudo tee /etc/yum.repos.d/faugus-launcher.repo > /dev/null <<EOF
[faugus-launcher]
name=Copr repo for faugus-launcher owned by faugus
baseurl=https://download.copr.fedorainfracloud.org/results/faugus/faugus-launcher/fedora-$releasever-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/faugus/faugus-launcher/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
EOF

Install Faugus Launcher:

sudo rpm-ostree install faugus-launcher

Restart your system:

systemctl reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment