Skip to content

Commit 265ae1d

Browse files
Fix RPM repo public key location (#248)
1 parent 5abfe82 commit 265ae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ _install_apt() {
208208
}
209209

210210
_install_rpm_key() {
211-
rpm --verbose --import https://build.opensuse.org/projects/${OBS_PROJECT}/public_key
211+
rpm --verbose --import https://build.opensuse.org/projects/${OBS_PROJECT}/signing_keys/download?kind=gpg
212212
}
213213

214214
_install_yum() {

0 commit comments

Comments
 (0)