Skip to content

Commit c6a7434

Browse files
committed
fix installation docs
1 parent 5081b7d commit c6a7434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

INSTALLATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ The STACKIT CLI can be installed through the [`DNF/YUM`](https://docs.fedoraproj
146146
sudo tee /etc/yum.repos.d/stackit.repo > /dev/null << 'EOF'
147147
[stackit]
148148
name=STACKIT CLI
149-
baseurl=https://distribution-test.object.storage.eu01.onstackit.cloud/rpm/cli/$basearch
149+
baseurl=https://packages.stackit.cloud/rpm/cli/$basearch
150150
enabled=1
151151
gpgcheck=1
152-
gpgkey=https://distribution-test.object.storage.eu01.onstackit.cloud/keys/key.gpg
152+
gpgkey=https://packages.stackit.cloud/keys/key.gpg
153153
EOF
154154
```
155155

@@ -167,10 +167,10 @@ sudo dnf install stackit
167167
sudo tee /etc/zypp/repos.d/stackit.repo > /dev/null << 'EOF'
168168
[stackit]
169169
name=STACKIT CLI
170-
baseurl=https://distribution-test.object.storage.eu01.onstackit.cloud/rpm/cli/$basearch
170+
baseurl=https://packages.stackit.cloud/rpm/cli/$basearch
171171
enabled=1
172172
gpgcheck=1
173-
gpgkey=https://distribution-test.object.storage.eu01.onstackit.cloud/keys/key.gpg
173+
gpgkey=https://packages.stackit.cloud/keys/key.gpg
174174
EOF
175175
```
176176

0 commit comments

Comments
 (0)