Skip to content

Commit 55f874d

Browse files
committed
use new URL
Signed-off-by: Abhijat Malviya <[email protected]>
1 parent 70a176c commit 55f874d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tools/packaging/osrepos/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The workflow does the following tasks:
1919
Add 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

2525
Then 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
3333
First 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

3939
Then 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

4545
Finally install dragonfly using apt
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[dragonfly]
22
name=Dragonfly Packages
3-
baseurl=https://{placeholder}/rpm/
3+
baseurl=https://packages.dragonflydb.io/rpm/
44
enabled=1
55
gpgcheck=1
6-
gpgkey=https://{placeholder}/pgp-key.public
6+
gpgkey=https://packages.dragonflydb.io/pgp-key.public
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Types: deb
2-
URIs: http://{placeholder}/deb
2+
URIs: https://packages.dragonflydb.io/deb
33
Suites: noble
44
Components: main
55
Signed-By: /usr/share/keyrings/dragonfly-keyring.public

0 commit comments

Comments
 (0)