File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The workflow does the following tasks:
1919Add the repository using:
2020
2121``` shell
22- sudo dnf config-manager addrepo --from-repofile=https://{placeholder} /dragonfly.repo
22+ sudo dnf config-manager addrepo --from-repofile=https://packages.dragonflydb.io /dragonfly.repo
2323```
2424
2525Then install dragonfly as usual, or a specific version:
@@ -33,13 +33,13 @@ sudo dnf -y install dragonfly-0:v1.33.1-1.fc30.x86_64
3333First download the public GPG key to an appropriate location:
3434
3535``` shell
36- sudo curl -Lo /usr/share/keyrings/dragonfly-keyring.public https://{placeholder} /pgp-key.public
36+ sudo curl -Lo /usr/share/keyrings/dragonfly-keyring.public https://packages.dragonflydb.io /pgp-key.public
3737```
3838
3939Then add the sources file:
4040
4141``` shell
42- sudo curl -Lo /etc/apt/sources.list.d/dragonfly.sources https://{placeholder} /dragonfly.sources
42+ sudo curl -Lo /etc/apt/sources.list.d/dragonfly.sources https://packages.dragonflydb.io /dragonfly.sources
4343```
4444
4545Finally install dragonfly using apt
Original file line number Diff line number Diff line change 11[dragonfly]
22name=Dragonfly Packages
3- baseurl=https://{placeholder} /rpm/
3+ baseurl=https://packages.dragonflydb.io /rpm/
44enabled=1
55gpgcheck=1
6- gpgkey=https://{placeholder} /pgp-key.public
6+ gpgkey=https://packages.dragonflydb.io /pgp-key.public
Original file line number Diff line number Diff line change 11Types: deb
2- URIs: http ://{placeholder} /deb
2+ URIs: https ://packages.dragonflydb.io /deb
33Suites: noble
44Components: main
55Signed-By: /usr/share/keyrings/dragonfly-keyring.public
You can’t perform that action at this time.
0 commit comments