Skip to content

Instantly share code, notes, and snippets.

@jeschkies
Created July 27, 2020 13:53
Show Gist options
  • Save jeschkies/06c83036a5654fa31e5aa88700dbe58e to your computer and use it in GitHub Desktop.
Save jeschkies/06c83036a5654fa31e5aa88700dbe58e to your computer and use it in GitHub Desktop.
Resilio Sync repo definition for dnf.
[resilio-sync]
name=Resilio Sync
baseurl=https://linux-packages.resilio.com/resilio-sync/rpm/$basearch
enabled=1
gpgcheck=1
gpgkey=https://linux-packages.resilio.com/resilio-sync/key.asc
sslverify=1
@adaptive-shield-matrix
Copy link

adaptive-shield-matrix commented Mar 14, 2025

updated for fedora 41

as user or root

sudo dnf config-manager addrepo --from-repofile=https://gist.github.com/jeschkies/06c83036a5654fa31e5aa88700dbe58e/raw/b96bfd85d08972be028d0e9b04803874c09e9adc/resilio-sync.repo 
sudo dnf install resilio-sync

as user

systemctl enable --now resilio-sync

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